type Label = { Text: string?, Bold: boolean?, Italic: boolean?, Font: string? }
:Label({ Text = "Hello world!" })
Last updated 25 days ago