UNPKG

@mxenabled/rules-engine

Version:

UI for MX's rules engine Dwight

10 lines (9 loc) 261 B
import React from 'react'; import { CustomInsights } from '../../types/CustomInsight'; import { copy } from '../../Copy'; interface TableProps { copy: typeof copy; insights: CustomInsights; } export declare const Table: React.FC<TableProps>; export {};