@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".
7 lines (6 loc) • 585 B
TypeScript
import { type StyledProps } from '@compiled/react';
import type { ComponentType, ClassAttributes, HTMLAttributes } from 'react';
export declare const DrawerInner: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
export declare const ContentFooter: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
/** Delete me once real content is present in the drawer */
export declare const PlaceholderContent: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;