UNPKG

devexpress-richedit

Version:

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

8 lines (7 loc) 262 B
import { ViewSettings } from '../view-settings/views-settings'; export declare class InnerClientProperties { viewsSettings: ViewSettings; showHiddenSymbols: boolean; showTableGridLines: boolean; constructor(viewsSettings: ViewSettings); }