UNPKG

react-firehooks

Version:

Lightweight dependency-free collection of React hooks for Firebase

5 lines (4 loc) 104 B
/** * @internal */ export declare function useIsMounted(): import("react").MutableRefObject<boolean>;