ListPropsinterface

{
	children: ReactNode[];
	ordered?: boolean;
}
PropertyType
.childrenReactNode[]
required
.orderedboolean

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