UNPKG

@hypernetlabs/web-ui

Version:
20 lines 649 B
import React from "react"; import { IGovernanceButton } from "../../components"; interface IFieldWithValueList { fieldTitle: string; fieldValue?: string; fullWidth?: boolean; } export interface IRegistryListItemAction extends IGovernanceButton { label: string; } interface GovernanceRegistryListItemProps { number: string; title: string; fieldWithValueList: IFieldWithValueList[]; actionButtonList?: IRegistryListItemAction[]; chipItemList?: string[]; } export declare const GovernanceRegistryListItem: React.FC<GovernanceRegistryListItemProps>; export {}; //# sourceMappingURL=GovernanceRegistryListItem.d.ts.map