UNPKG
@coherenceplatform/sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
Coherence SDK for embedding AI-powered chat into your applications
withcoherence.com
@coherenceplatform/sdk
/
dist
/
components
/
assistant-ui
/
enlarged-chart-view.d.ts
10 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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