UNPKG

199 BJavaScriptView Raw
1// @flow
2import createEmotion from 'create-emotion'
3
4export const {
5 flush,
6 hydrate,
7 cx,
8 merge,
9 getRegisteredStyles,
10 injectGlobal,
11 keyframes,
12 css,
13 sheet,
14 cache
15} = createEmotion()