UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 228 B
export class CompatSettings { clone() { const result = new CompatSettings(); result.name = this.name; result.uri = this.uri; result.value = this.value; return result; } }