Skip to content

Commit a733ea5

Browse files
committed
Update docs
1 parent 5532950 commit a733ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/element-web-module-api/element-web-module-api.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,11 @@ export type RuntimeModuleConstructor = new (api: ModuleApi) => RuntimeModule;
327327
// @alpha
328328
export interface SpacePanelItemProps {
329329
className?: string;
330-
contextMenuTooltip?: string;
331330
icon?: JSX.Element;
332331
label: string;
333332
onSelected?(): void;
334333
style?: React.CSSProperties;
334+
tooltip?: string;
335335
}
336336

337337
// @public

0 commit comments

Comments
 (0)