UNPKG

@hypernetlabs/web-ui

Version:
11 lines 381 B
import React from "react"; import { EProposalState } from "@hypernetlabs/objects"; interface GovernanceProposalListItemProps { number: string; title: string; status: EProposalState; onClick?: () => void; } export declare const GovernanceProposalListItem: React.FC<GovernanceProposalListItemProps>; export {}; //# sourceMappingURL=GovernanceProposalListItem.d.ts.map