Skip to content

Commit

Permalink
Merge pull request #366 from 8base/add-styled-to-exports
Browse files Browse the repository at this point in the history
feat(build): add styled to export to simplify ts typings
  • Loading branch information
zouxuoz authored Nov 14, 2019
2 parents 0737fc9 + befcbef commit 9a331b0
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 9a331b0

Please sign in to comment.