UNPKG

@dotcms/angular

Version:

Official Angular Components library to render a dotCMS page.

7 lines 322 B
import { EditorComponent } from '@tinymce/tinymce-angular'; export type DOT_EDITABLE_TEXT_MODE = 'minimal' | 'full' | 'plain'; export type DOT_EDITABLE_TEXT_FORMAT = 'html' | 'text'; export declare const TINYMCE_CONFIG: { [key in DOT_EDITABLE_TEXT_MODE]: EditorComponent['init']; }; //# sourceMappingURL=utils.d.ts.map