UNPKG

sketch-constructor

Version:

Read/write/manipulate Sketch files in Node without Sketch plugins!

12 lines (10 loc) 190 B
declare class Rect { _class: 'rect'; constrainProportions: boolean; height: number; width: number; x: number; y: number; constructor(args?: any, json?: any); } export = Rect;