copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
10 lines • 1.1 kB
TypeScript
import { NavigationRenderLinkProps, SectionShellItem } from '../../model/layout.types';
type SectionShellLinkProps = {
item: SectionShellItem;
isActive: boolean;
renderLink: (props: NavigationRenderLinkProps) => React.ReactNode;
className?: string;
};
export declare function SectionShellLink({ item, isActive, renderLink, className }: SectionShellLinkProps): string | number | bigint | boolean | Iterable<import('../../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').ReactNode> | Promise<string | number | bigint | boolean | import('../../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').ReactPortal | import('../../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').ReactElement<unknown, string | import('../../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').JSXElementConstructor<any>> | Iterable<import('../../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
export {};
//# sourceMappingURL=section-shell-link.d.ts.map