UNPKG

@yyasinaslan/easyform

Version:
15 lines (14 loc) 333 B
export declare enum BasicControlTypes { Text = "text", TextArea = "textarea", Checkbox = "checkbox", CheckboxGroup = "checkboxGroup", Radio = "radio", Select = "select", Combobox = "combobox", Date = "date", Number = "number", Time = "time", DateTime = "datetime", Switch = "switch" }