芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@emotion/sheet/types/index.d.ts
// Definitions by: Junyoung Clare Jang
// TypeScript Version: 2.0 export interface Options { nonce?: string key: string container: HTMLElement speedy?: boolean prepend?: boolean } export class StyleSheet { isSpeedy: boolean ctr: number tags: Array
container: HTMLElement key: string nonce?: string before?: Element | null constructor(options?: Options) insert(rule: string): void flush(): void hydrate(nodes: Array
): void }