copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
5 lines • 398 B
TypeScript
import { AppShellContextValue } from '../model/app-shell.types';
export declare const AppShellContext: import('../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').Context<AppShellContextValue | null>;
export declare function useOptionalAppShell(): AppShellContextValue | null;
export declare function useAppShell(): AppShellContextValue;
//# sourceMappingURL=app-shell-context.d.ts.map