UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

2 lines (1 loc) 104 B
export type RNInputMode = 'decimal' | 'email' | 'none' | 'numeric' | 'search' | 'tel' | 'text' | 'url';