MCPcopy
hub / github.com/TryGhost/Ghost / AppProps

Interface AppProps

apps/admin-x-settings/src/app.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import {RoutingProvider} from '@tryghost/admin-x-framework/routing';
8
9interface AppProps {
10 designSystem: DesignSystemAppProps;
11 upgradeStatus?: UpgradeStatusType;
12}
13
14export function App({designSystem, upgradeStatus}: AppProps) {
15 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…