UNPKG

matrix-react-sdk

Version:
5 lines (4 loc) 186 B
import { DependencyList } from 'react'; declare type Fn<T> = () => Promise<T>; export declare const useAsyncMemo: <T>(fn: Fn<T>, deps: DependencyList, initialValue?: T) => T; export {};