Alchemy Logo

ExportAccountComponentProps

type ExportAccountComponentProps = object;

Defined in: account-kit/react/dist/types/hooks/useExportAccount.d.ts:19

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.

PropertyType

className?

string

iframeCss?

CSSProperties

isExported

boolean

Was this page helpful?