Skip to content

Commit

Permalink
revert: remove unused type exports from the entry point
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Don't use the types `RuntimeTheme`, `ScaleTokens` and `StaticTheme` anymore.
  • Loading branch information
kripod committed Apr 9, 2020
1 parent 341f1b2 commit 08cc3fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/glaze/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export { setLogger } from './logger';
export { modularScale } from './scales';
export { VirtualStyleInjector } from './StyleInjector';
export { StyleInjectorProvider } from './StyleInjectorContext';
export type { RuntimeTheme, ScaleTokens, StaticTheme } from './theme';
export { createTheme, defaultTokens } from './theme';
export { ThemeProvider, useTheme } from './ThemeContext';
export { useStyling } from './useStyling';

0 comments on commit 08cc3fd

Please sign in to comment.