UNPKG

agentic-ui-libs

Version:

A modular, config-driven analytics library for React and Angular applications

9 lines 264 B
import React from 'react'; import { DataPoint } from '@/types'; interface AgentListViewProps { data: DataPoint[]; className?: string; } export declare const AgentListView: React.FC<AgentListViewProps>; export {}; //# sourceMappingURL=AgentListView.d.ts.map