Skip to main content

EditProfile

Components

EditProfile()

EditProfile(props, context?): ReactNode

Parameters

ParameterType
propsEditProfileProps
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

MemberType
cancelButtonButtonType
customStylestring
defaultValuesEditProfileFormValues
saveButtonobject
saveButton.handleClick(formValues) => void
saveButton.labelstring
saveButton.loadingboolean

Source

libs/design-system-components/src/components/EditProfile/index.tsx:21