/** * 用法同 useEffect update 阶段调用 */ import { useEffect } from 'react'; export declare const useUpdateEffect: typeof useEffect;