MCPcopy
hub / github.com/emotion-js/emotion / Options

Interface Options

packages/cache/types/index.d.ts:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30) => string | undefined
31
32export interface Options {
33 nonce?: string
34 stylisPlugins?: Array<StylisPlugin>
35 key: string
36 container?: HTMLElement
37 speedy?: boolean
38 prepend?: boolean
39}
40
41export default function createCache(options: Options): EmotionCache

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…