Type Aliases
Casing
Casing: "upper" | "lower" | "title"
DefinitionValidator
Type declaration
Parameters
chrs: string
maskset: any
pos: number
strict: boolean
InputMode
InputMode: "verbatim" | "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url"
PositionCaretOnClick
PositionCaretOnClick: "none" | "lvp" | "radixFocus" | "select" | "ignore"
Range
Range: { end: string; start: string } | [string, string]