UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

11 lines (10 loc) 259 B
import { CustomInsightStatus } from '../../types/CustomInsight'; type CopyObject = { [key: string]: string; }; interface ChipProps { copy: CopyObject; status: CustomInsightStatus; } export declare const StatusChip: React.FC<ChipProps>; export {};