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

Interface TabProps

index.d.ts:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface TabProps
30 extends Omit<HTMLProps<HTMLLIElement>, 'className' | 'tabIndex'> {
31 className?: string | string[] | { [name: string]: boolean } | undefined;
32 disabled?: boolean | undefined;
33 disabledClassName?: string | undefined;
34 selectedClassName?: string | undefined;
35 tabIndex?: string | undefined;
36}
37
38export interface TabPanelProps
39 extends Omit<HTMLProps<HTMLDivElement>, 'className'> {

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…