Skip to content

Commit d37cd45

Browse files
committed
fix(theme): export all theme components
1 parent 7ffed98 commit d37cd45

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/theme/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { defaultThemeVariables } from './default-theme';
2-
export { ThemeProvider, ThemeConsumer } from './ThemeContext';
3-
export { ITheme } from './ThemeInterface';
2+
export * from './ThemeContext';
3+
export * from './ThemeInterface';
44
export { default as withTheme } from './withTheme';
5+
export * from './createTheme';

0 commit comments

Comments
 (0)