We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c8fd4 commit 96c707dCopy full SHA for 96c707d
packages/core/src/index.ts
@@ -3,9 +3,8 @@ import {
3
ThemeContext as EmotionContext,
4
InterpolationWithTheme,
5
} from '@emotion/core'
6
-// @ts-ignore
7
import { css, Theme } from '@theme-ui/css'
8
-import React from 'react'
+import * as React from 'react'
9
import deepmerge from 'deepmerge'
10
import { version as __EMOTION_VERSION__ } from '@emotion/core/package.json'
11
0 commit comments