AppShellProps interface presentation exported
Last updated: 2026-03-05T10:53:28.867Z
Metrics
LOC: 6
Complexity: 1
Params: 0
Signature
interface AppShellProps
Source Code
export interface AppShellProps {
activeTab: TabId;
onTabSwitch: (tab: TabId) => void;
onOptions: () => void;
children?: ComponentChildren;
}