Skip to content

Commit

Permalink
🐛 fix: 修正 styled 导出问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 16, 2023
1 parent 0d0b776 commit 8141d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './containers';
export { styled } from './core/engine';
export * from './functions';
export * from './hooks';
export { styled, withTheme } from './pedestal';
export * from './types';

0 comments on commit 8141d78

Please sign in to comment.