UNPKG

antd-style

Version:

css-in-js solution for application combine with antd v5 token system and emotion

10 lines (9 loc) 339 B
import { EmotionCache } from '@emotion/css/create-instance'; export declare class CacheManager { private _cacheList; add(cache: EmotionCache): EmotionCache; delete(cache: EmotionCache): void; hasCache(cache: EmotionCache): boolean; getCache(key: string): EmotionCache | undefined; getCacheList(): EmotionCache[]; }