ngx-editor
Version:
WYSIWYG Editor for Angular Applications
18 lines (17 loc) • 370 B
TypeScript
/**
* 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[][];
};