/** * @author 陈亚雄 * @description 多次点击 */ export default function useMoreClick(num: number, callback: () => void): { moreClickHandle: () => void; };