devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 327 B
TypeScript
import { CacheImageInfo } from '../../../../caches/images';
import { PictureSize } from '../../../../floating-objects/sizes';
export declare class JSONInlinePictureSizeConverterConverter {
static convertFromJSON(obj: any, cacheInfo: CacheImageInfo): PictureSize;
static convertToJSON(source: PictureSize): any;
}