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

Interface TabListProps

index.d.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface TabListProps
25 extends Omit<HTMLProps<HTMLUListElement>, 'className'> {
26 className?: string | string[] | { [name: string]: boolean } | undefined;
27}
28
29export interface TabProps
30 extends Omit<HTMLProps<HTMLLIElement>, 'className' | 'tabIndex'> {

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…