copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
3 lines • 306 B
TypeScript
import { SectionShellProps } from '../../model/layout.types';
export declare function SectionShell({ header, items, pathname, actionSlot, overflowTriggerSlot, renderLink, sticky, className, ...props }: SectionShellProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=section-shell.d.ts.map