ListPropsinterface
{
readonly children: ImmutableArray<ReactNode>;
readonly ordered?: boolean | undefined;
}| Property | Type | |
|---|---|---|
.children | ImmutableArray<ReactNode> | Immutable array: an array that cannot be changed. required readonly |
.ordered | boolean | readonly |
Props for List — colour, gap, space, and typography variants plus its list items and an ordered toggle.