Skip to content

Commit

Permalink
feat: export ThemedStyle for Babel sx typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Apr 20, 2020
1 parent 74f922d commit 2e2886f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/glaze/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export { VirtualStyleInjector } from './StyleInjector';
export { StyleInjectorProvider } from './StyleInjectorContext';
export { createTheme, defaultTokens } from './theme';
export { ThemeProvider, useTheme } from './ThemeContext';
export type { ThemedStyle } from './useStyling';
export { useStyling } from './useStyling';

0 comments on commit 2e2886f

Please sign in to comment.