@cfasim-ui/charts 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts CHANGED
@@ -1,4 +1,12 @@
1
1
  export { default as LineChart, type Series } from "./LineChart/LineChart.vue";
2
+ export {
3
+ default as ChoroplethMap,
4
+ type GeoType,
5
+ type StateData,
6
+ type ChoroplethColorScale,
7
+ type ThresholdStop,
8
+ type CategoricalStop,
9
+ } from "./ChoroplethMap/ChoroplethMap.vue";
2
10
  export {
3
11
  default as DataTable,
4
12
  type TableData,