diff --git a/examples/declarative.lua b/examples/declarative.lua index 8b41d0c..df3a01b 100644 --- a/examples/declarative.lua +++ b/examples/declarative.lua @@ -1,5 +1,9 @@ local lvgl = require("lvgl") +local Object = lvgl.Object +local Button = lvgl.Button +local Label = lvgl.Label + Object { flex = { flex_direction = "row",