copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
12 lines • 831 B
TypeScript
import { CSSProperties } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react';
import { AppShellPersistenceAdapter, AppShellState, AppShellStyleOptions } from '../model/app-shell.types';
export declare const DEFAULT_APP_SHELL_WIDTH = "223px";
export declare const DEFAULT_APP_SHELL_COLLAPSED_WIDTH = "64px";
export declare const DEFAULT_APP_SHELL_KEYBOARD_SHORTCUT = "b";
export declare function getAppShellState(open: boolean): AppShellState;
export declare function resolveInitialAppShellOpen({ defaultOpen, persistenceAdapter, }: {
defaultOpen?: boolean;
persistenceAdapter?: AppShellPersistenceAdapter;
}): boolean;
export declare function createAppShellStyleProperties({ sidebarWidth, width, collapsedWidth, style, }: AppShellStyleOptions): CSSProperties;
//# sourceMappingURL=app-shell-state.d.ts.map