UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

2 lines (1 loc) 149 B
export type HTMLInputType = 'checkbox' | 'color' | 'date' | 'email' | 'file' | 'number' | 'password' | 'radio' | 'search' | 'text' | 'time' | 'url';