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) 173 B
export class UpdatedImageInfo { constructor(position, info, size) { this.position = position; this.info = info; this.size = size; } }