EditProfile
Components
EditProfile()
EditProfile(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | EditProfileProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EditProfile/index.tsx:34
Props
EditProfileProps
EditProfileProps:
object
&GeneralForm
&SocialLinkForm
&Pick
<NSFWProps
,"nsfwFormLabel"
|"nsfw"
>
Type declaration
Member | Type |
---|---|
cancelButton | ButtonType |
customStyle | string |
defaultValues | EditProfileFormValues |
saveButton | object |
saveButton.handleClick | (formValues ) => void |
saveButton.label | string |
saveButton.loading | boolean |
Source
libs/design-system-components/src/components/EditProfile/index.tsx:21