export function useItemNumber(props: any): { number: number; changeNum: (val: any) => void; };