UNPKG
ngx-editor-plus
Version:
latest (3.2.4)
3.2.4
3.2.3
3.2.2
3.2.1
WYSIWYG Editor for Angular Applications
github.com/Sibiraj-S/ngx-editor
Sibiraj-S/ngx-editor
ngx-editor-plus
/
src
/
app
/
ngx-editor
/
common
/
ngx-editor.defaults.d.ts
12 lines
(11 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export declare const ngxEditorConfig: { editable: boolean; spellcheck: boolean;
height
: string; minHeight: string;
width
: string; minWidth: string;
translate
: string; placeholder: string; toolbar: string[][]; };