UNPKG

devexpress-richedit

Version:

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

7 lines (6 loc) 225 B
import { Margins } from '@devexpress/utils/lib/geometry/margins'; export class RelativeRect extends Margins { constructor(top = 0, right = 0, bottom = 0, left = 0) { super(left, right, top, bottom); } }