Skip to content

Commit

Permalink
Export color token types
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed Apr 24, 2024
1 parent 1d9dca8 commit 4adaa52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/tokens/src/color/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { color } from './color';
export { State, Type, Variant } from './color.types';
2 changes: 1 addition & 1 deletion packages/tokens/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as borderRadius } from './breakpoints';
export { default as breakpoints } from './breakpoints';
export { color } from './color/color';
export { color, State, Type, Variant } from './color';
export { default as focusRing } from './focusRing';
export { default as fontFamilies } from './fontFamilies';
export { default as fontWeights } from './fontWeights';
Expand Down

0 comments on commit 4adaa52

Please sign in to comment.