芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@emotion/utils/src/types.js
// @flow import type { StyleSheet } from '@emotion/sheet' export type RegisteredCache = { [string]: string } export type Interpolation = any export type SerializedStyles = {| name: string, styles: string, map?: string, next?: SerializedStyles |} export type EmotionCache = { inserted: { [string]: string | true }, registered: RegisteredCache, sheet: StyleSheet, key: string, compat?: true, nonce?: string, insert: ( selector: string, serialized: SerializedStyles, sheet: StyleSheet, shouldCache: boolean ) => string | void }