UNPKG

@kadconsulting/dry

Version:
4 lines (3 loc) 163 B
type AsyncState = 'idle' | 'loading' | 'error'; declare const useAsyncState: () => [AsyncState, () => void, () => void, () => void]; export default useAsyncState;