Skip to content

Commit

Permalink
git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed May 17, 2024
1 parent 322156a commit 0b97496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/form-render/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export type SchemaType =

export type ActionProps = {
submit: {
text: string;
hide: boolean;
text?: string;
hide?: boolean;
[key: string]: any;
},
reset: {
text: string;
hide: boolean;
text?: string;
hide?: boolean;
[key: string]: any;
}
}
Expand Down

0 comments on commit 0b97496

Please sign in to comment.