Skip to main content
type ExportWalletModalContentProps = Omit<ModalContentProps, "children"> & Pick<ExportWalletProps, "children"> & {
  title?: ReactNode;
};
Props for the export wallet modal content.

Type declaration

NameTypeDescription
title?ReactNodeA title for the dialog element

See

ExportWalletModalContent