EditProfile.NSFW
Components
NSFW()
NSFW(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | NSFWProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EditProfile/NSFW/index.tsx:18
Props
NSFWProps
NSFWProps:
object
Type declaration
Member | Type |
---|---|
control | Control <EditProfileFormValues > |
customStyle | string |
disabled | boolean |
nsfw | InputType |
nsfwFormLabel | string |
Source
libs/design-system-components/src/components/EditProfile/NSFW/index.tsx:10