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.

11 lines (10 loc) 223 B
export interface IHitTestResult { selection?: boolean; body?: boolean; resize?: boolean; resizeIndex?: number; rotate?: boolean; dragX?: boolean; dragY?: boolean; drag?: boolean; }