export type Type = 'text' | 'password'
export type Size = 'large' | 'medium' | 'small' | 'mini'
