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