UNPKG

devexpress-richedit

Version:

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

4 lines (3 loc) 221 B
import { Grid } from '../../../../../layout-formatter/table/grid-engine/grid'; import { Table } from '../../../../../model/tables/main-structures/table'; export declare function createRtfModelGrid(table: Table): Grid;