(config?: EditorConfig, components?: PluginClassSet)
| 64 | eventBus: IEventBus; |
| 65 | |
| 66 | init(config?: EditorConfig, components?: PluginClassSet): Promise<any>; |
| 67 | } |
| 68 | |
| 69 | // eslint-disable-next-line no-redeclare |
no outgoing calls
no test coverage detected