Skip to content

Commit

Permalink
fix: 导出主题色type Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Apr 6, 2023
1 parent 7758296 commit 20a903f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import theme from './theme';
import ThemeProvider from './theme-provider';
import type { Theme } from './theme';

export { default as Avatar } from './Avatar';
export * from './Avatar';
Expand Down Expand Up @@ -159,3 +160,4 @@ export * from './Typography/Em';
export * from './Typography/RnText';

export { theme, ThemeProvider };
export type { Theme };

0 comments on commit 20a903f

Please sign in to comment.