EditProfile.General
Components
General()
General(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | GeneralProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EditProfile/General/index.tsx:26
Props
GeneralProps
GeneralProps:
object
Type declaration
Member | Type |
---|---|
bio | InputType |
control | Control <EditProfileFormValues > |
customStyle | string |
ens | InputType |
ensButton | ButtonType |
header | Omit <HeaderProps , "onAvatarChange" | "onCoverImageChange" > |
name | InputType |
onAvatarChange | (avatar ) => void |
onCoverImageChange | (coverImage ) => void |
userName | InputType |
Source
libs/design-system-components/src/components/EditProfile/General/index.tsx:13