| 1 | import * as React from 'react'; |
| 2 | |
| 3 | export interface TabContextValue { |
| 4 | idPrefix: string; |
| 5 | value: string; |
| 6 | } |
| 7 | |
| 8 | export interface TabContextProps { |
| 9 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…