UNPKG

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