UNPKG

@kalamazoo/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) 221 B
import * as React from 'react'; import { User } from '../../types'; interface Props { user: User; } export declare class UserInfo extends React.Component<Props> { render(): JSX.Element; } export default UserInfo;