Add more docs

This commit is contained in:
David Baker
2025-10-17 12:10:07 +01:00
parent 6d0a715ac0
commit b83b5f4ad6
3 changed files with 30 additions and 8 deletions
@@ -51,7 +51,6 @@ export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiEx
// @alpha
export interface BuiltinsApi {
// (undocumented)
getRoomViewComponent(): React.ComponentType<RoomViewProps>;
}
@@ -329,17 +328,11 @@ export type RuntimeModuleConstructor = new (api: ModuleApi) => RuntimeModule;
// @alpha
export interface SpacePanelItemProps {
// (undocumented)
className?: string;
// (undocumented)
contextMenuTooltip?: string;
// (undocumented)
icon?: JSX.Element;
// (undocumented)
label: string;
// (undocumented)
onSelected?(): void;
// (undocumented)
style?: React.CSSProperties;
}