UNPKG

sketch-constructor

Version:

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

15 lines (11 loc) 245 B
declare class CurvePoint { _class: 'curvePoint'; cornerRadius: number; curveFrom: string; curveTo: string; hasCurveFrom: boolean; hasCurveTo: boolean; point: string; constructor(args?: any, json?: any); } export = CurvePoint;