UNPKG

@syncfusion/ej2-richtexteditor

Version:
18 lines (15 loc) 365 B
/** * 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';