Update docs

This commit is contained in:
David Baker
2025-10-20 16:36:48 +01:00
parent c938dbe519
commit 79344ffd31
@@ -327,11 +327,11 @@ export type RuntimeModuleConstructor = new (api: ModuleApi) => RuntimeModule;
// @alpha
export interface SpacePanelItemProps {
className?: string;
contextMenuTooltip?: string;
icon?: JSX.Element;
label: string;
onSelected?(): void;
style?: React.CSSProperties;
tooltip?: string;
}
// @public