@xyo-network/react-archivist
Version:
Common React library for all XYO projects that use React
6 lines • 463 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 useArchivistGet: <T extends Payload = Payload>(archivist?: ArchivistInstance | null, hashes?: Hash[]) => [T[] | undefined, Error | undefined, RefreshCallback];
//# sourceMappingURL=useArchivistGet.d.ts.map