Skip to content

Commit 61b9b5a

Browse files
committed
1 parent 0a2c934 commit 61b9b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type FormFieldType =
7979
"input" | "cascader" | "select" | "password" | "date" |
8080
"radio" | "textarea" | "checkbox" | "uploader" | "switch" |
8181
"stepper" | "slider" | "rate" | "selector" | "captcha" |
82-
"code" | "color";
82+
"code" | "color" | any;
8383

8484
// FormField
8585
export interface FormField {

0 commit comments

Comments
 (0)