UNPKG

angular-rich-text-editor

Version:

A lightweight, configurable rich-text editor component for Angular applications.

4 lines (3 loc) 345 B
export type RTEPreset = 'BASIC' | 'STANDARD' | 'FULL' | 'MINIMAL'; export declare const RTE_TOOLBAR_PRESETS: Record<RTEPreset, string>; export type RTEImageTool = 'menu_controlsize' | 'imagecaption' | 'controlalt' | 'controlinsertlink' | 'controleditlink' | 'controlopenlink' | 'controlunlink' | 'menu_controljustify' | 'imagestyle' | 'delete';