We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffed98 commit d37cd45Copy full SHA for d37cd45
1 file changed
src/theme/index.ts
@@ -1,4 +1,5 @@
1
export { defaultThemeVariables } from './default-theme';
2
-export { ThemeProvider, ThemeConsumer } from './ThemeContext';
3
-export { ITheme } from './ThemeInterface';
+export * from './ThemeContext';
+export * from './ThemeInterface';
4
export { default as withTheme } from './withTheme';
5
+export * from './createTheme';
0 commit comments