UNPKG

@hypernetlabs/web-ui

Version:
10 lines 416 B
import { EthereumAccountAddress } from "@hypernetlabs/objects"; import React from "react"; interface CreateBatchIdentityWidget { onCloseCallback: () => void; registryName: string; currentAccountAddress: EthereumAccountAddress; } declare const CreateBatchIdentityWidget: React.FC<CreateBatchIdentityWidget>; export default CreateBatchIdentityWidget; //# sourceMappingURL=CreateBatchIdentityWidget.d.ts.map