UNPKG

sketch-constructor

Version:

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

12 lines (8 loc) 235 B
import StringAttribute from '../StringAttribute'; declare class AttributedString { _class: 'attributedString'; string: string; attributes: StringAttribute[]; constructor(args?: any, json?: any); } export = AttributedString;