16 lines
571 B
JavaScript
16 lines
571 B
JavaScript
import createEmotion from 'create-emotion';
|
|
|
|
var _createEmotion = createEmotion(),
|
|
flush = _createEmotion.flush,
|
|
hydrate = _createEmotion.hydrate,
|
|
cx = _createEmotion.cx,
|
|
merge = _createEmotion.merge,
|
|
getRegisteredStyles = _createEmotion.getRegisteredStyles,
|
|
injectGlobal = _createEmotion.injectGlobal,
|
|
keyframes = _createEmotion.keyframes,
|
|
css = _createEmotion.css,
|
|
sheet = _createEmotion.sheet,
|
|
cache = _createEmotion.cache;
|
|
|
|
export { cache, css, cx, flush, getRegisteredStyles, hydrate, injectGlobal, keyframes, merge, sheet };
|