UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

12 lines (11 loc) 377 B
import { DrawingEffectCollection } from './drawing-effect-collection'; import { DrawingEffectContainerType } from './enums'; export declare class ContainerEffect { name: string; type: DrawingEffectContainerType; hasEffectsList: boolean; effects: DrawingEffectCollection; constructor(); get isEmpty(): boolean; clone(): ContainerEffect; }