UNPKG

sketch-constructor

Version:

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

13 lines (10 loc) 278 B
import ExportFormat from '../ExportFormat'; declare class ExportOptions { _class: 'exportOptions'; exportFormats: ExportFormat[]; includedLayerIds: string[]; layerOptions: number; shouldTrim: boolean; constructor(args?: any, json?: any); } export = ExportOptions;