/** * fork from https://github.com/alibaba/hooks/blob/master/packages/hooks/src/useUnmount/index.ts */ declare const useUnmount: (fn: () => void) => void; export default useUnmount;