UNPKG

sketch-constructor

Version:

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

12 lines (8 loc) 171 B
import { Color } from '..'; declare class Swatch { _class: 'swatch'; do_objectID: string; value: Color; constructor(args?: any, json?: any); } export = Swatch;