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".

4 lines (3 loc) 278 B
import { type StyledProps } from '@compiled/react'; import type { ComponentType, ClassAttributes, ButtonHTMLAttributes } from 'react'; export declare const TriggerButton: ComponentType<ClassAttributes<HTMLButtonElement> & ButtonHTMLAttributes<HTMLButtonElement> & StyledProps>;