Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/react-bootstrap/esm/NavLink.d.ts

import { NavItemProps as BaseNavItemProps } from '@restart/ui/NavItem';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface NavLinkProps extends BsPrefixProps, Omit<BaseNavItemProps, 'as'> {
}
declare const NavLink: BsPrefixRefForwardingComponent<'a', NavLinkProps>;
export default NavLink;
Back to Directory File Manager