Skip to content

Commit

Permalink
fix: export missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Apr 14, 2023
1 parent 1feb5b7 commit 9adca83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-seas-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tokens-studio/types': patch
---

Export missing types.
11 changes: 7 additions & 4 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
export * from './ThemeObject';
export * from './UsedTokenSetsMap';
export * from './tokens/index';
export * from './values/index';
export * from '../constants/BoxShadowTypes';
export * from '../constants/ColorModifierTypes';
export * from '../constants/ColorSpaceTypes';
export * from '../constants/Properties';
export * from '../constants/TokenSetStatus';
export * from '../constants/TokenTypes';
export * from './tokens/index';
export * from './values/index';
export * from './CompositionTokenProperty';
export * from './Modifier';
export * from './ThemeObject';
export * from './UsedTokenSetsMap';
export * from './valueTypes';

0 comments on commit 9adca83

Please sign in to comment.