(bindKey: any, command: any)
| 8 | addCommand(command: any): void; |
| 9 | exec(name: string, editor: any, args: any): void; |
| 10 | bindKey?(bindKey: any, command: any): void; |
| 11 | } |
| 12 | export interface IEditorProps { |
| 13 | [index: string]: any; |
no outgoing calls
no test coverage detected