[XML] Child layouts #75

Merged
thesabinelim merged 2 commits from child-layouts into master 2023-05-15 01:58:29 +08:00
Showing only changes of commit ede6c87c88 - Show all commits

View File

@@ -183,6 +183,12 @@ end
return {
basalt = function(basalt)
local object = {
layout = function(path)
return {
path = path,
}
end,
reactive = function(initialValue)
local value = initialValue
local observerEffects = {}