| 12 | import "./tab_panel"; |
| 13 | |
| 14 | export interface ToolbarModel { |
| 15 | main_tools: any; |
| 16 | extra_tools: any; |
| 17 | expanded: boolean; |
| 18 | } |
| 19 | |
| 20 | export class Toolbar extends LitWidget<ToolbarModel, Toolbar> { |
| 21 | static get componentName() { |
nothing calls this directly
no outgoing calls
no test coverage detected