Skip to content

Commit

Permalink
feat(styles): export all types from styles/index.js (uber#4690)
Browse files Browse the repository at this point in the history
Export all types from styles/index.js in case consumers want to use ColorsT without `baseui/no-deep-imports` warnings.

Co-authored-by: Will Ernest <[email protected]>
  • Loading branch information
leyanlo and williamernest authored Feb 11, 2022
1 parent a6601d7 commit 1792d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export {
export {hexToRgb, expandBorderStyles} from './util.js';
export {default as ThemeProvider} from './theme-provider.js';
export const ThemeConsumer = ThemeContext.Consumer;
export type {ThemeT} from './types.js';
export type * from './types.js';

0 comments on commit 1792d3d

Please sign in to comment.