Blame view

天文台pc/tianwentai-ui/node_modules/@emotion/utils/dist/declarations/src/index.d.ts 488 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
  import { RegisteredCache, EmotionCache, SerializedStyles } from "./types.js";
  export declare function getRegisteredStyles(registered: RegisteredCache, registeredStyles: string[], classNames: string): string;
  export declare const registerStyles: (cache: EmotionCache, serialized: SerializedStyles, isStringTag: boolean) => void;
  export declare const insertStyles: (cache: EmotionCache, serialized: SerializedStyles, isStringTag: boolean) => string | undefined;
  export * from "./types.js";