TreeCardsPropsinterface

{
	readonly children?: TreeElements;
}
PropertyType
.childrenTreeElements
The children to render as cards. readonly

Props for the TreeCards component — the tree elements to render as cards.