UNPKG

agentic-ui-libs

Version:

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

6 lines 275 B
import { DashboardConfig } from '@/types'; export declare const AGENTS_LIST: string[]; export declare const TOOLS_LIST: string[]; export declare const MODELS_LIST: string[]; export declare const sampleDashboardConfig: DashboardConfig; //# sourceMappingURL=sampleData.d.ts.map