UNPKG

react-firehooks

Version:

Lightweight dependency-free collection of React hooks for Firebase

2 lines (1 loc) 116 B
export type ValueHookResult<Value, Error> = [value: Value | undefined, loading: boolean, error: Error | undefined];