144 BTypeScriptView Raw
1/// <reference types="react" />
2declare const useUnmountedRef: () => import("react").MutableRefObject<boolean>;
3export default useUnmountedRef;