UNPKG

@coreui/react-pro

Version:

UI Components Library for React.js

10 lines (9 loc) 299 B
import { CLinkProps } from '../link/CLink'; import { PolymorphicRefForwardingComponent } from '../../helpers'; export interface CNavLinkProps extends CLinkProps { /** * @ignore */ to?: string; } export declare const CNavLink: PolymorphicRefForwardingComponent<'a', CNavLinkProps>;