react-wired-elements
Version:
Wired Elements as React components. TypeScript types included.
3 lines (2 loc) • 314 B
TypeScript
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];