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

Interface TabPanelProps

index.d.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface TabPanelProps
39 extends Omit<HTMLProps<HTMLDivElement>, 'className'> {
40 className?: string | string[] | { [name: string]: boolean } | undefined;
41 forceRender?: boolean | undefined;
42 selectedClassName?: string | undefined;
43}
44
45export interface ReactTabsFunctionComponent<P = {}> extends FunctionComponent<P> {
46 tabsRole: 'Tabs' | 'TabList' | 'Tab' | 'TabPanel';

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…