export type { InputNumberProps } from './props'; /** 不同模式类型 */ export type InputNumberModel = 'default' | 'button' | 'switch';