Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit c226981

Browse files
committed
feat: expose cx & keyframes from emotion
1 parent a94a9cd commit c226981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared/core/styled-engine/emotion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { css as emotionCss, injectGlobal } from 'emotion'
2+
import { css as emotionCss, injectGlobal, keyframes, cx } from 'emotion'
33
import emotionStyled from 'react-emotion'
44
import {
55
withTheme as emotionWithTheme,
@@ -76,4 +76,4 @@ function wrapStyled(styled) {
7676
const styled = wrapStyled(emotionStyled)
7777

7878
export default styled
79-
export { css, injectGlobal, ThemeProvider }
79+
export { css, injectGlobal, ThemeProvider, keyframes, cx }

0 commit comments

Comments
 (0)