react-use/lib/useUnmount.d.ts
2018-10-28 14:30:17 +01:00

3 lines
77 B
TypeScript

declare const useUnmount: (unmount: any) => void;
export default useUnmount;