ListPropsinterface
{
children: ReactNode[];
ordered?: boolean;
}| Property | Type | |
|---|---|---|
.children | ReactNode[] | required |
.ordered | boolean |
Props for List — colour, gap, space, and typography variants plus its list items and an ordered toggle.