Skip to content

Commit

Permalink
Update packages/react/src/components/AccountSettings/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
  • Loading branch information
calebpollman and wlee221 authored Dec 3, 2022
1 parent 31bb210 commit 21537b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/AccountSettings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type CommonButtonProps<T extends 'submit' | 'default' = 'default'> =

/*
* These are component override types.
* Usage of` Props` generic allows additional props passed on override components
* Usage of `Props` generic allows additional props passed on override components
*/
export type PasswordFieldComponent<Props = {}> = React.ComponentType<
Props & CommonPasswordFieldProps
Expand Down

0 comments on commit 21537b5

Please sign in to comment.