()
| 2663 | editor(): ComponentBuilder<EditorComponent>; |
| 2664 | diffeditor(): ComponentBuilder<DiffEditorComponent>; |
| 2665 | text(): ComponentBuilder<TextComponent>; |
| 2666 | button(): ComponentBuilder<ButtonComponent>; |
| 2667 | dropDown(): ComponentBuilder<DropDownComponent>; |
| 2668 | tree<T>(): ComponentBuilder<TreeComponent<T>>; |
no outgoing calls
no test coverage detected