UNPKG

devexpress-richedit

Version:

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

9 lines (8 loc) 277 B
import { Int32Constants } from '@devexpress/utils/lib/constants'; import { RtfListLevel } from './rtf-list-level'; export class RtfListOverrideLevel { constructor() { this.startAt = Int32Constants.MAX_VALUE; this.level = new RtfListLevel(); } }