ElementPropstype

{
	readonly children?: Elements;
}
PropertyType
.childrenElements
Collection of elements (compatible with React.ReactNode). readonly
Type
Elements
Collection of elements (compatible with React.ReactNode).

Set of valid props for an element.