react-use/lib/useUnmount.d.ts
2019-01-24 16:34:50 +00:00

3 lines
77 B
TypeScript

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