UNPKG

react-router-navigation-confirm

Version:

A collection of components to display a custom confirmation dialog on navigation. More flexible solution to prevent than default react-router 'Prompt'

4 lines (3 loc) 168 B
declare function noop(): void; declare function isFunction(fn: object | number | string | boolean | undefined | Function): fn is Function; export { noop, isFunction };