From d87da2ddc8dd6c13bcd0a4b86c4e67dae1a11ed3 Mon Sep 17 00:00:00 2001 From: Emma Cunningham Date: Wed, 24 Jul 2019 13:22:37 -0700 Subject: [PATCH] chore: export GeometryValue so onElementClick callbacks can be typed --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a7dab5c301..eb15f9a2ff 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,3 +24,4 @@ export { RectAnnotationDatum, RectAnnotationSpec, } from './lib/series/specs'; +export { GeometryValue } from './lib/series/rendering';