UNPKG

riec

Version:

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

13 lines (11 loc) 209 B
enum InputType { Text = 'text', Number = 'number', Email = 'email', Password = 'password', Date = 'date', Range = 'range', TextArea = 'textarea', Select = 'select', } export default InputType