@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".
5 lines (4 loc) • 384 B
TypeScript
import { type StyledProps } from '@compiled/react';
import type { ComponentType, ClassAttributes, HTMLAttributes } from 'react';
export declare const UserInfoOuter: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
export declare const Avatar: ComponentType<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;