Skip to content

Commit

Permalink
try with this
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 2, 2024
1 parent e253393 commit a6a1d3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/cache/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,8 @@ let createCache = (options: Options): EmotionCache => {

export default createCache
export { EmotionCache }
export type { StylisElement, StylisPlugin, StylisPluginCallback } from './types'
export {
type StylisElement,
type StylisPlugin,
type StylisPluginCallback
} from './types'

0 comments on commit a6a1d3b

Please sign in to comment.