| 30 | ) => string | undefined |
| 31 | |
| 32 | export interface Options { |
| 33 | nonce?: string |
| 34 | stylisPlugins?: Array<StylisPlugin> |
| 35 | key: string |
| 36 | container?: HTMLElement |
| 37 | speedy?: boolean |
| 38 | prepend?: boolean |
| 39 | } |
| 40 | |
| 41 | export default function createCache(options: Options): EmotionCache |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…