We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f9e8a commit f3b96baCopy full SHA for f3b96ba
.changeset/flat-brooms-talk.md
@@ -0,0 +1,5 @@
1
+---
2
+'vue-leaflet-hexbin': patch
3
4
+
5
+fix exported types
packages/vue-leaflet-hexbin/src/index.ts
@@ -3,9 +3,9 @@ import LHexbinLayer from "./components/LHexbinLayer.vue";
import { type ScaleBinding, type HexbinData } from "leaflet-hexbin"
6
-export type {
7
- ScaleBinding,
8
- HexbinData
+export {
+ type ScaleBinding,
+ type HexbinData
9
}
10
11
export default LHexbinLayer
0 commit comments