forgeplus-react/node_modules/ahooks/lib/useUnmountedRef/index.d.ts

4 lines
144 B
TypeScript

/// <reference types="react" />
declare const useUnmountedRef: () => import("react").MutableRefObject<boolean>;
export default useUnmountedRef;