We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dacd6 commit e07c40dCopy full SHA for e07c40d
src/@emotion__core.d.ts
@@ -0,0 +1,8 @@
1
+// a dumb stub, workaround for storybook emotion problem
2
+// can be removed once Storybook v5 is released and we can have own @emotion/core installed
3
+declare module '@emotion/core' {
4
+ import { createElement } from 'react';
5
+
6
+ export const jsx: typeof createElement;
7
+ export const css: Function;
8
+}
0 commit comments