UNPKG

@quanxi/ui

Version:

全悉组件库

7 lines (6 loc) 221 B
/** * 从 ahooks 中复制过来,修改了部分引用 * https://github.com/alibaba/hooks/blob/master/packages/hooks/src/useUnmount/index.ts */ declare const useUnmount: (fn: any) => void; export default useUnmount;