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;
}

Dependencies (Outgoing)

graph LR AppShellProps["AppShellProps"] TabId["TabId"] t["t"] AppShellProps -->|uses| TabId AppShellProps -->|uses| t style AppShellProps fill:#dbeafe,stroke:#2563eb,stroke-width:2px click AppShellProps "27c4ef4fdaaf2986.html" click TabId "842c31431f632e39.html" click t "8e8864a3c5cfd1e1.html"
TargetType
TabId uses
t uses

No incoming dependencies.