Element prop re-added

This commit is contained in:
Michael Freno
2025-10-31 21:05:51 -04:00
parent 87526c34ec
commit 26d51d7e9a
4 changed files with 95 additions and 23 deletions

View File

@@ -16,10 +16,9 @@ local Blur = req("Blur")
local ImageRenderer = req("ImageRenderer")
local NineSlice = req("NineSlice")
local RoundedRect = req("RoundedRect")
local Animation = req("Animation")
--local Animation = req("Animation")
local ImageCache = req("ImageCache")
local utils = req("utils")
local constants = req("constants")
local Grid = req("Grid")
local InputEvent = req("InputEvent")