UNPKG

@r-use/use-before-unload

Version:

The next-gen react hooks library. (useBeforeUnload module)

4 lines (2 loc) 125 B
declare const useBeforeUnload: (enabled?: boolean | (() => boolean), message?: string) => void; export { useBeforeUnload };