feat: style pkg exports emotion's css module (#718)

This commit is contained in:
Evan Rusackas 2020-07-30 21:14:52 -07:00 committed by Yongjie Zhao
parent e82f2fbadb
commit 4e5f69b24f

View File

@ -19,6 +19,7 @@
import emotionStyled, { CreateStyled } from '@emotion/styled';
export { useTheme, ThemeProvider, withTheme } from 'emotion-theming';
export { css } from '@emotion/core';
const defaultTheme = {
borderRadius: 4,