import { InputNumber } from "./inputnumber"; export type { TaroInputNumberProps as InputNumberProps } from "../../types"; export default InputNumber;