@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
9 lines • 367 B
TypeScript
import { EthereumAccountAddress } from "@hypernetlabs/objects";
import React from "react";
interface ICreateRegistryWidget {
onCloseCallback: () => void;
currentAccountAddress: EthereumAccountAddress;
}
declare const CreateRegistryWidget: React.FC<ICreateRegistryWidget>;
export default CreateRegistryWidget;
//# sourceMappingURL=CreateRegistryWidget.d.ts.map