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) 250 B
import { BookmarkBase } from '../bookmarks'; export class Comment extends BookmarkBase { static { this.minCommentDate = new Date(1900, 1, 1); } constructor(positionManager, interval) { super(positionManager, interval); } }