export type InputMode = "text" | "numeric" | "search" | "email" | "tel" | "url" | "none" | "decimal";