type Button = { Text: string?, Callback: ((...any) -> unknown)? }
:Button({ Text = "Print", Callback = function(self) print("Hello world!") end })
Last updated 29 days ago