UNPKG

react-wired-elements

Version:

Wired Elements as React components. TypeScript types included.

3 lines (2 loc) 314 B
export declare const inputTypes: readonly ["button", "checkbox", "color", "date", "datetime-local", "email", "file", "hidden", "image", "month", "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", "time", "url", "week"]; export declare type InputType = typeof inputTypes[number];