import m from 'mithril'; import { Editor, EditorAttributes, EditorEventTypes } from '../Editor'; import './textarea.style.css'; declare type TextareaAttributes = EditorAttributes & { placeholder?: string; }; export declare class Textarea extends Editor> { protected controlView(): m.Children | m.Vnode; protected _getEditorAttrs(attrs: m.Attributes): m.Attributes; } export {}; //# sourceMappingURL=Textarea.d.ts.map