Skip to content

Commit

Permalink
feat: export Layer type (#74)
Browse files Browse the repository at this point in the history
Fixes #69
  • Loading branch information
Means88 authored and dbanksdesign committed Dec 2, 2019
1 parent a294ac6 commit edb525c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import ExportOptions from './ExportOptions';
import Fill from './Fill';
import GraphicsContextSettings from './GraphicsContextSettings';
import Gradient from './Gradient';
import _Layer from './Layer';
import Meta from './Meta';
import Oval from './Oval';
import Page from './Page';
Expand All @@ -31,6 +32,9 @@ import Text from './Text';
import TextStyle from './TextStyle';
import User from './User';

// export type only
type Layer = _Layer;

export {
Artboard,
AttributedString,
Expand All @@ -46,6 +50,7 @@ export {
Fill,
GraphicsContextSettings,
Gradient,
Layer,
Meta,
Oval,
Page,
Expand Down

0 comments on commit edb525c

Please sign in to comment.