UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

3 lines 268 B
import { AppShellLayoutProps } from '../model/app-shell.types'; export declare function AppShellLayout({ sidebar, side, className, style, children, ...rest }: AppShellLayoutProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=app-shell-layout.d.ts.map