UNPKG

306 BTypeScriptView Raw
1import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
2export interface NavItemProps extends BsPrefixPropsWithChildren {
3 role?: string;
4}
5declare type NavItem = BsPrefixRefForwardingComponent<'div', NavItemProps>;
6declare const NavItem: NavItem;
7export default NavItem;