@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) • 309 B
TypeScript
import * as React from 'react';
import { InjectedIntlProps } from 'react-intl';
export interface Props {
children: React.ReactChild;
}
declare const _default: React.ComponentClass<Props, any> & {
WrappedComponent: ReactIntl.ComponentConstructor<Props & InjectedIntlProps>;
};
export default _default;