We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babe748 commit 34eb972Copy full SHA for 34eb972
packages/cache/src/index.ts
@@ -255,5 +255,5 @@ let createCache = (options: Options): EmotionCache => {
255
}
256
257
export default createCache
258
-export { EmotionCache }
+export type { EmotionCache }
259
export type { StylisElement, StylisPlugin, StylisPluginCallback } from './types'
0 commit comments