Skip to content

Commit 34eb972

Browse files
committed
one more
1 parent babe748 commit 34eb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cache/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,5 @@ let createCache = (options: Options): EmotionCache => {
255255
}
256256

257257
export default createCache
258-
export { EmotionCache }
258+
export type { EmotionCache }
259259
export type { StylisElement, StylisPlugin, StylisPluginCallback } from './types'

0 commit comments

Comments
 (0)