UNPKG

devexpress-richedit

Version:

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

11 lines (10 loc) 210 B
export class UpdatedImageInfo { position; info; size; constructor(position, info, size) { this.position = position; this.info = info; this.size = size; } }