UNPKG

@nfdi4plants/arc-web-view

Version:

An Annotated Research Context web viewer in the style of GitHub's Primer ProductUI.

6 lines (5 loc) 157 B
export declare function useMemoAsync<T>(factory: () => Promise<T>, deps: React.DependencyList): { loading: boolean; value?: T; error?: Error; };