@syncfusion/ej2-richtexteditor
Version:
Essential JS 2 RichTextEditor component
18 lines (15 loc) • 365 B
TypeScript
/**
* Enum values for EditorManager
*/
/**
*
* @hidden
* Defines the context or contexts in which styles will be copied.
*/
export declare type IFormatPainterContext = 'Text' | 'List' | 'Table';
/**
*
* @hidden
* Defines the action values for format painter.
*/
export declare type IFormatPainterActionValue = 'format-copy' | 'format-paste' | 'escape';