UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

9 lines (8 loc) 248 B
import { RectangleF } from "@aurigma/design-atoms-model"; import { SnapElementType } from "./SnapElementType"; export interface IAnchor { position: number; limitPoints?: number[]; rect?: RectangleF; type: SnapElementType; }