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

Interface StyleSheet

packages/utils/types/index.d.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export 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
17export interface EmotionCache {
18 inserted: {

Callers 12

createCacheFunction · 0.65
tests.tsxFile · 0.65
global.jsFile · 0.65
insertStylesFunction · 0.65
sheet.dom.test.jsFile · 0.65
insertWithoutScopingFunction · 0.65
tests.tsFile · 0.65
index.jsFile · 0.65
global.jsFile · 0.65
keyframes.jsFile · 0.65
tests.tsFile · 0.65
index.jsFile · 0.65

Implementers 1

StyleSheetpackages/sheet/src/index.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…