UNPKG

137 BTypeScriptView Raw
1import { DefaultEditor } from './default-editor';
2export declare class InputEditorComponent extends DefaultEditor {
3 constructor();
4}