type BulletText = { Padding: number, Icon: (string|number)?, Rows: { [number]: string?, } }
:BulletText({ Rows = { "This is point 1", "This is point 2" } })
Last updated 29 days ago