| 43 | } |
| 44 | |
| 45 | export interface ReactTabsFunctionComponent<P = {}> extends FunctionComponent<P> { |
| 46 | tabsRole: 'Tabs' | 'TabList' | 'Tab' | 'TabPanel'; |
| 47 | } |
| 48 | |
| 49 | export const Tabs: FunctionComponent<TabsProps>; |
| 50 | export const TabList: FunctionComponent<TabListProps>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…