UNPKG

@coherenceplatform/sdk

Version:

Coherence SDK for embedding AI-powered chat into your applications

10 lines 285 B
import React from 'react'; interface EnlargedChartViewProps { chart: any; caption?: string; onClose: () => void; className?: string; } export declare const EnlargedChartView: React.FC<EnlargedChartViewProps>; export {}; //# sourceMappingURL=enlarged-chart-view.d.ts.map