type InputType = 'button' | 'checkbox' | 'file' | 'hidden' | 'image' | 'password' | 'radio' | 'reset' | 'submit' | 'text'; export type NzmInputType = InputType | 'bankCard' | 'phone' | 'number' | 'digit' | 'money ' | 'tel' | 'money'; export {};