devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 335 B
TypeScript
import { ColorModelInfoCache } from '../../caches/hashed-caches/color-model-info-cache';
import { ShadingInfo } from '../../shadings/shading-info';
export declare class JSONShadingInfoConverter {
static convertFromJSON(obj: any, cache: ColorModelInfoCache): ShadingInfo;
static convertToJSON(source: ShadingInfo): any;
}