/** * 通过 useRef 保存最新的 prop,以便可以在 useCallback 函数里面使用。 */ export declare function usePropRef(prop: T): import("react").MutableRefObject;