(config: IPublicTypePanelConfig)
| 105 | ): WidgetContainer; |
| 106 | |
| 107 | createPanel(config: IPublicTypePanelConfig): Panel; |
| 108 | |
| 109 | add(config: IPublicTypeSkeletonConfig, extraConfig?: Record<string, any>): IWidget | Widget | Panel | Stage | Dock | PanelDock | undefined; |
| 110 | } |
no outgoing calls
no test coverage detected