MCPcopy
hub / github.com/reactjs/react-tabs / ReactTabsFunctionComponent

Interface ReactTabsFunctionComponent

index.d.ts:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45export interface ReactTabsFunctionComponent<P = {}> extends FunctionComponent<P> {
46 tabsRole: 'Tabs' | 'TabList' | 'Tab' | 'TabPanel';
47}
48
49export const Tabs: FunctionComponent<TabsProps>;
50export const TabList: FunctionComponent<TabListProps>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…