| 6 | } |
| 7 | |
| 8 | export interface StyleSheet { |
| 9 | container: HTMLElement |
| 10 | nonce?: string |
| 11 | key: string |
| 12 | insert(rule: string): void |
| 13 | flush(): void |
| 14 | tags: Array<HTMLStyleElement> |
| 15 | } |
| 16 | |
| 17 | export interface EmotionCache { |
| 18 | inserted: { |
no outgoing calls
no test coverage detected
searching dependent graphs…