forgot this needs export
This commit is contained in:
@@ -11,14 +11,14 @@ local GuiState = req("GuiState")
|
|||||||
local StateManager = req("StateManager")
|
local StateManager = req("StateManager")
|
||||||
---@type Element
|
---@type Element
|
||||||
local Element = req("Element")
|
local Element = req("Element")
|
||||||
---@type Theme
|
|
||||||
local Theme = req("Theme")
|
|
||||||
|
|
||||||
-- externals
|
-- externals
|
||||||
---@type Animation
|
---@type Animation
|
||||||
local Animation = req("Animation")
|
local Animation = req("Animation")
|
||||||
---@type Color
|
---@type Color
|
||||||
local Color = req("Color")
|
local Color = req("Color")
|
||||||
|
---@type Theme
|
||||||
|
local Theme = req("Theme")
|
||||||
local enums = utils.enums
|
local enums = utils.enums
|
||||||
|
|
||||||
-- ====================
|
-- ====================
|
||||||
@@ -776,6 +776,7 @@ end
|
|||||||
-- only export what should be used externally
|
-- only export what should be used externally
|
||||||
flexlove.Animation = Animation
|
flexlove.Animation = Animation
|
||||||
flexlove.Color = Color
|
flexlove.Color = Color
|
||||||
|
flexlove.Theme = Theme
|
||||||
flexlove.enums = enums
|
flexlove.enums = enums
|
||||||
|
|
||||||
return flexlove
|
return flexlove
|
||||||
|
|||||||
Reference in New Issue
Block a user