Skip to content

Commit

Permalink
refactor: update token exports for styled-system
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 30, 2024
1 parent d3b0ef3 commit 7cf38ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/token/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from '../styled-system/jsx';

Check failure on line 1 in src/token/index.ts

View workflow job for this annotation

GitHub Actions / publish

Cannot find module '../styled-system/jsx' or its corresponding type declarations.
export * from '../styled-system/patterns';

Check failure on line 2 in src/token/index.ts

View workflow job for this annotation

GitHub Actions / publish

Cannot find module '../styled-system/patterns' or its corresponding type declarations.
export { token } from '../styled-system/tokens';
export * from '../styled-system/types';

Check failure on line 3 in src/token/index.ts

View workflow job for this annotation

GitHub Actions / publish

Cannot find module '../styled-system/types' or its corresponding type declarations.
export * from '../styled-system/tokens';

0 comments on commit 7cf38ee

Please sign in to comment.