Appearance
只在组件 unmount 时执行的 Hook。
import { useUnmount } from '@base-web-kits/base-tools-react'; useUnmount(() => { console.log('unmount'); });
fn (Function)