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