UNPKG

@slan-health/taro-vueuse

Version:

taro vue版本hooks

4 lines (3 loc) 236 B
export declare const setCacheQuery: (cacheKey: string, query: Promise<any>) => void; export declare const getCacheQuery: (cacheKey: string) => Promise<any> | undefined; export declare const clearCacheQuery: (cacheKey?: string) => void;