This commit is contained in:
David Baker
2025-10-20 17:33:09 +01:00
parent 79344ffd31
commit a41a7faa75
@@ -18,7 +18,7 @@ export interface SpacePanelItemProps {
className?: string; className?: string;
/** /**
* An icon to show in the item * An icon to show in the item. If not provided, no icon will be shown.
*/ */
icon?: JSX.Element; icon?: JSX.Element;