Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

useWillUnmount.d.ts 187B

123456
  1. /**
  2. * Attach a callback that fires when a component unmounts
  3. *
  4. * @param fn Handler to run when the component unmounts
  5. */
  6. export default function useWillUnmount(fn: () => void): void;