| 25 | |
| 26 | /** The tab configuration, as a string or Material Icon. */ |
| 27 | export interface Tab { |
| 28 | name: string | undefined, |
| 29 | icon: string | undefined, |
| 30 | width: number | undefined, |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Defines the <tab-panel> element which accepts N children, with a zero-based |
nothing calls this directly
no outgoing calls
no test coverage detected