default
Function: default()
default(
props
,deprecatedLegacyContext
?):ReactNode
Defined in: src/components/UserProfileSettings/DeleteUser.tsx:12
DeleteUser component displays a card with a button to delete a user. It includes a message and a button to trigger the delete action.
Parameters
props
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The JSX element for the delete user card.