EditProfile.SocialLinks
Components
SocialLinks()
SocialLinks(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | SocialLinksProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EditProfile/SocialLinks/index.tsx:21
Props
SocialLinksProps
SocialLinksProps:
object
Type declaration
Member | Type |
---|---|
addNewLinkButtonLabel | string |
control | Control <EditProfileFormValues > |
customStyle | string |
description | string |
linkLabel | string |
onDeleteLink | () => void |
socialLinks | ProfileLinkSource [] |
Source
libs/design-system-components/src/components/EditProfile/SocialLinks/index.tsx:11