devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 473 B
JavaScript
import { Constants } from '@devexpress/utils/lib/constants';
import { NumberingList } from '../../model/numbering-lists/numbering-list';
export class NumberingListIndexConstants {
}
NumberingListIndexConstants.noNumberingList = NumberingList.NoNumberingListIndex;
NumberingListIndexConstants.listIndexNotSetted = NumberingList.NumberingListNotSettedIndex;
NumberingListIndexConstants.minValue = 0;
NumberingListIndexConstants.maxValue = Constants.MAX_SAFE_INTEGER;