UNPKG

@xyo-network/react-archivist

Version:

Common React library for all XYO projects that use React

3 lines 533 B
import type { ArchivistInstance } from '@xyo-network/archivist-model'; export declare const useWeakArchivistAll: (archivist: WeakRef<ArchivistInstance>) => (Error | import("@xyo-network/react-module").RefreshCallback | [import("@xyo-network/payload-model").WithStorageMeta<import("@xyo-network/payload-model").WithStorageMeta<import("@xyo-network/payload-model").Payload>>[] | undefined, Error | undefined, import("@xylabs/react-promise").UsePromiseState | undefined] | undefined)[]; //# sourceMappingURL=useWeakArchivistAll.d.ts.map