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.

8 lines (7 loc) 314 B
import { RotatedRectangleF } from "@aurigma/design-atoms-model/Math/RotatedRectangleF"; import { ISnapLineData } from "./ISnapLineData"; export interface ISnapLinesHandler { currentItemRectangle: RotatedRectangleF; getVerticalLineData(): ISnapLineData; getHorizontalLineData(): ISnapLineData; }