UNPKG

devexpress-richedit

Version:

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

5 lines (4 loc) 328 B
export declare function SetStyles(element: HTMLElement, styles: any, makeImportant?: any): void; export declare function IsExistsElement(element: HTMLElement | null | undefined): boolean; export declare function IsValidElement(element: HTMLElement): boolean; export declare function IsPercentageSize(size: string): boolean;