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