UNPKG

devexpress-richedit

Version:

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

6 lines (5 loc) 257 B
import { AnchorTextBoxSize } from '../../../../floating-objects/sizes'; export declare class JSONAnchorTextBoxSizeConverterConverter { static convertFromJSON(obj: any): AnchorTextBoxSize; static convertToJSON(source: AnchorTextBoxSize): any; }