Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dohomi/react-hook-form-mui
Browse files Browse the repository at this point in the history
  • Loading branch information
dohomi committed Mar 30, 2023
2 parents 31e0091 + 454d766 commit 97832e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rhf-mui/src/RadioButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type RadioButtonGroupProps<T extends FieldValues> = {
labelKey?: string
valueKey?: string
type?: 'number' | 'string'
emptyOptionLabel?: 'string'
emptyOptionLabel?: string
onChange?: (value: any) => void
returnObject?: boolean
row?: boolean
Expand Down

0 comments on commit 97832e7

Please sign in to comment.