| 22 | } |
| 23 | |
| 24 | export interface TabListProps |
| 25 | extends Omit<HTMLProps<HTMLUListElement>, 'className'> { |
| 26 | className?: string | string[] | { [name: string]: boolean } | undefined; |
| 27 | } |
| 28 | |
| 29 | export interface TabProps |
| 30 | extends Omit<HTMLProps<HTMLLIElement>, 'className' | 'tabIndex'> { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…