cs
This commit is contained in:
5
node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.d.ts
generated
vendored
Normal file
5
node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { type KeyType } from '../Cache';
|
||||
export type ExtractStyle<CacheValue> = (cache: CacheValue, effectStyles: Record<string, boolean>, options?: {
|
||||
plain?: boolean;
|
||||
}) => [order: number, styleId: string, style: string] | null;
|
||||
export default function useGlobalCache<CacheType>(prefix: string, keyPath: KeyType[], cacheFn: () => CacheType, onCacheRemove?: (cache: CacheType, fromHMR: boolean) => void, onCacheEffect?: (cachedValue: CacheType) => void): CacheType;
|
||||
Reference in New Issue
Block a user