Skip to main content
function ExportWalletFooter(props: HTMLAttributes<HTMLDivElement>): Element;
A footer for the key export component.

Parameters

ParameterTypeDescription
propsHTMLAttributes<HTMLDivElement>The props for the component.

Returns

Element The key export footer.

See

ExportWallet