ExportAccountComponentProps

1type ExportAccountComponentProps = object;

Defined in: account-kit/react/src/hooks/useExportAccount.ts:30

Props for the ExportAccountComponent component. This component is returned from the useExportAccount hook and should be rendered in the parent component to display the account recovery details in an iframe.

iframeCss [optional] - CSS to apply to the iframe.

className [optional] - Class name to apply to the container div.

isExported - Whether the account has been exported.

Properties

PropertyType

className?

string

iframeCss?

CSSProperties

isExported

boolean