ListPropsinterface

{
	readonly children: ImmutableArray<ReactNode>;
	readonly ordered?: boolean | undefined;
}
PropertyType
.childrenImmutableArray<ReactNode>
Immutable array: an array that cannot be changed. required readonly
.orderedboolean
readonly

Props for List — colour, gap, space, and typography variants plus its list items and an ordered toggle.