UNPKG

sketch-plugin-types

Version:

TypeScript type definitions for the Sketch app plugin API (sketch/dom, sketch/ui, sketch/settings, sketch/async, sketch/data-supplier) and the Action API.

13 lines (11 loc) 549 B
/// <reference path="./types/native.d.ts" /> /// <reference path="./types/dom.d.ts" /> /// <reference path="./types/ui.d.ts" /> /// <reference path="./types/settings.d.ts" /> /// <reference path="./types/async.d.ts" /> /// <reference path="./types/data-supplier.d.ts" /> /// <reference path="./types/sketch.d.ts" /> // Manifest + Actions types are re-exported so consumers can // `import type { SketchManifest, SketchActionName, SketchActionHandler } from 'sketch-plugin-types'` export * from './types/actions'; export * from './types/manifest';