UNPKG

@atlaskit/focused-task-close-account

Version:

This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".

10 lines (9 loc) 359 B
import React from 'react'; import { type WrappedComponentProps } from 'react-intl-next'; export interface Props { children: React.ReactChild; } declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & { WrappedComponent: React.ComponentType<Props & WrappedComponentProps>; }; export default _default;