Parameters
| Parameter | Type | Description |
|---|---|---|
props | HTMLAttributes<HTMLDivElement> | The props for the ExportWalletWarning component. |
Returns
Element
The rendered component.
function ExportWalletWarning(props: HTMLAttributes<HTMLDivElement>): Element;
| Parameter | Type | Description |
|---|---|---|
props | HTMLAttributes<HTMLDivElement> | The props for the ExportWalletWarning component. |
Element
The rendered component.
Was this page helpful?