export type TextInputType = "text" | "password" | "email"; export type TextInputMode = "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;