Skip to content

Commit

Permalink
feat: style pkg exports emotion's css module (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and zhaoyongjie committed Nov 26, 2021
1 parent e82f2fb commit 4e5f69b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e5f69b

Please sign in to comment.