Skip to content

Commit

Permalink
fix(symbols): exporting symbol instance and master (#29)
Browse files Browse the repository at this point in the history
fix #28
  • Loading branch information
dbanksdesign authored Jun 19, 2019
1 parent 7bbda13 commit a1adbb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import ShapeGroup from './ShapeGroup';
import SharedStyle from './SharedStyle';
import Sketch from './Sketch';
import Style from './Style';
import SymbolInstance from './SymbolInstance';
import SymbolMaster from './SymbolMaster';
import Text from './Text';
import TextStyle from './TextStyle';
import User from './User';
Expand Down Expand Up @@ -47,6 +49,8 @@ export {
SharedStyle,
Sketch,
Style,
SymbolInstance,
SymbolMaster,
Text,
TextStyle,
User,
Expand Down
2 changes: 2 additions & 0 deletions models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ module.exports = {
SharedStyle: require('./SharedStyle'),
Sketch: require('./Sketch'),
Style: require('./Style'),
SymbolInstance: require('./SymbolInstance'),
SymbolMaster: require('./SymbolMaster'),
Text: require('./Text'),
TextStyle: require('./TextStyle'),
User: require('./User'),
Expand Down

0 comments on commit a1adbb0

Please sign in to comment.