| 15 | import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; |
| 16 | |
| 17 | export interface NavProps extends BsPrefixProps, BaseNavProps { |
| 18 | navbarBsPrefix?: string; |
| 19 | cardHeaderBsPrefix?: string; |
| 20 | variant?: 'tabs' | 'pills' | 'underline' | string; |
| 21 | defaultActiveKey?: EventKey; |
| 22 | fill?: boolean; |
| 23 | justify?: boolean; |
| 24 | navbar?: boolean; |
| 25 | navbarScroll?: boolean; |
| 26 | } |
| 27 | |
| 28 | const propTypes = { |
| 29 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…