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) 268 B
import { TableCellMargins } from '../../../tables/secondary-structures/table-base-structures'; export declare class JSONTableCellMarginsConverter { static convertFromJSON(obj: any): TableCellMargins; static convertToJSON(source: TableCellMargins): any; }