import React from 'react';
import { token } from '@atlaskit/tokens';
import {
code,
md,
Example,
Props,
AtlassianInternalWarning,
DevPreviewWarning,
} from '@atlaskit/docs';
const _default_1: any = md`
${(
<>
{/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */}
{/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */}
>
)}
This package provides the view components required to assemble the "Right to be forgotten" drawers.
## Usage
By providing the building blocks rather than a single complete solution, a simpler and more flexible API can be provided for adjustments, customizations and data-routing.
Start by rendering a FocusedTaskCloseAccount then provide it the necessary screens, plugging in data providing callbacks where necessary.
For example, to assemble the "Delete user" flow, provide the DeleteUserOverviewScreen and DeleteUserContentPreviewScreen.
${code`
import {
FocusedTaskCloseAccount,
DeleteUserOverviewScreen,
DeleteUserContentPreviewScreen,
DeactivateUserOverviewScreen,
} from '@atlaskit/focused-task-close-account';
`}
${(
)}
${(
)}
${(
)}
${(
)}
${(
)}
`;
export default _default_1;