@xyo-network/react-archivist
Version:
Common React library for all XYO projects that use React
6 lines • 480 B
TypeScript
import type { Hash } from '@xylabs/hex';
import type { ArchivistInstance } from '@xyo-network/archivist-model';
import type { Payload } from '@xyo-network/payload-model';
import type { RefreshCallback } from '@xyo-network/react-module';
export declare const useWeakArchivistGet: <T extends Payload = Payload>(archivist?: WeakRef<ArchivistInstance> | null, hashes?: Hash[]) => [T[] | undefined, Error | undefined, RefreshCallback];
//# sourceMappingURL=useWeakArchivistGet.d.ts.map