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 c09c9b4 commit babe748Copy full SHA for babe748
packages/cache/src/index.ts
@@ -1,14 +1,14 @@
1
import { StyleSheet } from '@emotion/sheet'
2
-import { type EmotionCache, type SerializedStyles } from '@emotion/utils'
+import type { EmotionCache, SerializedStyles } from '@emotion/utils'
3
import {
4
serialize,
5
compile,
6
middleware,
7
rulesheet,
8
stringify,
9
- COMMENT,
10
- type Element as StylisElement
+ COMMENT
11
} from 'stylis'
+import type { Element as StylisElement } from 'stylis'
12
import weakMemoize from '@emotion/weak-memoize'
13
import memoize from '@emotion/memoize'
14
import isDevelopment from '#is-development'
0 commit comments