UNPKG

@aurigma/design-atoms-model

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) 175 B
export declare class Size { width: number; height: number; constructor(width?: number, height?: number); equals(other: Size): any; clone(): Size; }