export type InputType = 'text' | 'number' | 'tel' | 'password' | 'email' | 'url';