mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
10 lines
590 B
Go
10 lines
590 B
Go
export declare const FORM_FIELD_TYPE_INPUT = "input";
|
|
export declare const FORM_FIELD_TYPE_INPUT_PASSWORD = "input-password";
|
|
export declare const FORM_FIELD_TYPE_INPUT_TEXTAREA = "input-text-area";
|
|
export declare const FORM_FIELD_TYPE_INPUT_WITH_BUTTON = "input-with-button";
|
|
export declare const FORM_FIELD_TYPE_SELECT = "select";
|
|
export declare const FORM_FIELD_TYPE_TAG_INPUT = "tag-input";
|
|
export declare const FORM_FIELD_TYPE_TAG_SELECT = "tags-select";
|
|
export declare const FORM_FIELD_TYPE_CHECK_TAG_GROUP = "check-tag-group";
|
|
export declare const FORM_FIELD_TYPE_SWITCH = "switch";
|