@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
10 lines • 416 B
TypeScript
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