3 lines
131 B

import { Blocker } from 'history';
declare function useBlocker(blocker: Blocker, when?: boolean): void;
export default useBlocker;