UNPKG

ngx-editor-custom

Version:

WYSIWYG Editor for Angular Applications

29 lines (28 loc) 590 B
/** * toolbar default configuration */ export declare const ngxEditorConfig: { editable: boolean; spellcheck: boolean; height: string; minHeight: string; width: string; minWidth: string; translate: string; enableToolbar: boolean; showToolbar: boolean; placeholder: string; imageEndPoint: string; toolbar: string[][]; }; /** * codemirror configuaration */ export declare const codeMirrorConfig: { lineNumbers: boolean; gutter: boolean; lineWrapping: boolean; mode: string; autofocus: boolean; htmlMode: boolean; };