@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
10 lines • 427 B
TypeScript
import { RegistryTokenId } from "@hypernetlabs/objects";
import React from "react";
export interface IGovernanceValueWithTitle {
title: string;
value: string | number | RegistryTokenId | undefined;
topRightContent?: React.ReactNode;
bottomRightContent?: React.ReactNode;
}
export declare const GovernanceValueWithTitle: React.FC<IGovernanceValueWithTitle>;
//# sourceMappingURL=GovernanceValueWithTitle.d.ts.map