Skip to content

Commit

Permalink
fix(exoflex): export useTheme (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshimayoan authored Mar 18, 2020
1 parent bf596cf commit 8db4850
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/exoflex/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ export {
Label,
Caption,
} from './components/Typography';

// Hooks
export { default as useTheme } from './helpers/useTheme';

0 comments on commit 8db4850

Please sign in to comment.