From 3030a50938f3fdfde39487682be5dd1136cc24a6 Mon Sep 17 00:00:00 2001 From: Alex-NRCan Date: Thu, 28 Sep 2023 17:53:12 -0400 Subject: [PATCH] And... --- src/chart/chart.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/chart/chart.d.ts b/src/chart/chart.d.ts index e92a729..67b9d11 100644 --- a/src/chart/chart.d.ts +++ b/src/chart/chart.d.ts @@ -1,4 +1,4 @@ -export { ChartData } from 'chart.js'; -export * from './chart-parser'; -export * from './chart-types'; -export { Chart, TypeChartProps } from './chart'; +// export type { ChartData } from 'chart.js'; +// export * from './chart-parser'; +// export * from './chart-types'; +// export * from './chart';