Skip to content

Commit

Permalink
Remove extending of type
Browse files Browse the repository at this point in the history
  • Loading branch information
maurer2 committed Aug 18, 2024
1 parent c4b9d5d commit 511403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function App() {
export type UseFormReturn<
TFieldValues extends FieldValues = FieldValues,
TContext = any,
TTransformedValues extends FieldValues = TFieldValues
// TTransformedValues extends FieldValues = TFieldValues
> = {
watch: UseFormWatch<TFieldValues>
getValues: UseFormGetValues<TFieldValues>
Expand Down

0 comments on commit 511403f

Please sign in to comment.