Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/cjs/NavItem.d.ts
2020-07-08 12:08:03 +01:00

8 lines
306 B
TypeScript

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;