UNPKG

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