/** * 将回调函数做 raf 保护 * * @param callback 回调函数 */ export default function useRafCallback(callback: T): T;