MCPcopy
hub / github.com/adrianhajdin/banking / HeaderBoxProps

Interface HeaderBoxProps

types/index.d.ts:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152declare interface HeaderBoxProps {
153 type?: "title" | "greeting";
154 title: string;
155 subtext: string;
156 user?: string;
157}
158
159declare interface MobileNavProps {
160 user: User;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected