UNPKG

riec

Version:

Modern React component for inline edit of text/select values, written in Typescript

12 lines (11 loc) 243 B
declare enum InputType { Text = "text", Number = "number", Email = "email", Password = "password", Date = "date", Range = "range", TextArea = "textarea", Select = "select" } export default InputType;