Skip to content

Commit

Permalink
feat(build): add styled to export to simplify ts typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Nov 13, 2019
1 parent bdda6d0 commit befcbef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// @flow

import styled from '@emotion/styled';

export { styled };
export { ThemeProvider } from 'emotion-theming';
export { createTheme, Z_INDEX, COLORS } from './theme';
export { withModal, useModal, ModalContext } from './components/Modal';
Expand Down

0 comments on commit befcbef

Please sign in to comment.