UNPKG

@hypernetlabs/web-ui

Version:
11 lines 428 B
import { EthereumAccountAddress } from "@hypernetlabs/objects"; import React from "react"; interface ICreateIdentityWidget { onCloseCallback: () => void; registryName: string; currentAccountAddress: EthereumAccountAddress; lazyMintModeEnabled?: boolean; } declare const CreateIdentityWidget: React.FC<ICreateIdentityWidget>; export default CreateIdentityWidget; //# sourceMappingURL=CreateIdentityWidget.d.ts.map