copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
10 lines • 1.14 kB
TypeScript
import { LocalNavigationItem, NavigationRenderLinkProps } from '../../model/layout.types';
type LocalNavigationLinkProps = {
item: LocalNavigationItem;
isActive: boolean;
orientation: "vertical" | "horizontal";
renderLink: (props: NavigationRenderLinkProps) => React.ReactNode;
};
export declare function LocalNavigationLink({ item, isActive, orientation, renderLink }: LocalNavigationLinkProps): 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=local-navigation-link.d.ts.map