type InputText = { Value: string, Placeholder: string?, Label: string?, Callback: ((string, ...any) -> unknown)?, Clear: (InputText) -> InputText, SetValue: (InputText, Value: string) -> InputText }
:InputTextMultiline({ Value = "Hello world!" })
Last updated 25 days ago