Skip to content

Commit

Permalink
Update form.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-lin9 authored Apr 1, 2021
1 parent a4a2f0f commit 19dd21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sula/src/types/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export type FieldNamePath = string | FieldNameList;

export type FieldSource = Array<{
text: string;
value: string;
value: string | number | boolean;
[key: string]: any;
}>;

0 comments on commit 19dd21a

Please sign in to comment.