UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

23 lines 1 kB
export declare enum FormFieldType { SHORT_TEXT = "short-text", EMAIL = "email", LONG_TEXT = "long-text", NUMBER = "number", MOBILE_NUMBER = "mobile-number", DATE_PICKER = "date-picker", SINGLE_COMBOBOX = "single-combobox", CREATABLE_MULTI_COMBOBOX = "creatable-multi-combobox", MULTI_COMBOBOX = "multi-combobox", RADIO_GROUP = "radio-group", RADIO_GROUP_WITH_OPTIONAL_INPUT = "radio-group-with-optional-input", CHECKBOX_GROUP = "checkbox-group", SINGLE_IMAGE_PICKER = "single-image-picker", MULTI_IMAGE_PICKER = "multi-image-picker", TAGGABLE_MULTI_IMAGE_PICKER = "taggable-multi-image-picker", SINGLE_VIDEO_PICKER = "single-video-picker", MULTI_VIDEO_PICKER = "multi-video-picker", SINGLE_VIDEO_PICKER_WITH_INPUT = "single-video-picker-with-input", TAGGABLE_MULTI_IMAGE_PICKER_WITH_INPUT = "taggable-multi-image-picker-with-input", REPEATABLE_GROUP_FIELD = "repeatable-group-field" } //# sourceMappingURL=form.enums.d.ts.map