UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React

8 lines (7 loc) 306 B
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers'; export interface NavItemProps extends BsPrefixPropsWithChildren { role?: string; } declare type NavItem = BsPrefixRefForwardingComponent<'div', NavItemProps>; declare const NavItem: NavItem; export default NavItem;