UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

7 lines (6 loc) 191 B
import { CustomInsight } from '../../types/CustomInsight'; interface InsightCardProps { insight: CustomInsight; } export declare const InsightCard: React.FC<InsightCardProps>; export {};