UNPKG

helene

Version:
3 lines (2 loc) 154 B
import { Collection } from '../../data'; export declare function useTracker<T = any>(func: () => Promise<T>, collections: Collection[], deps?: any[]): T;