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