From 1824e684c44fc87324c037860f2a3f7f6b0ea1b5 Mon Sep 17 00:00:00 2001 From: Bucky Schwarz Date: Tue, 16 Feb 2021 15:13:33 -0800 Subject: [PATCH] feat: publish InteractionHandlerArguments type --- giraffe/package.json | 2 +- giraffe/src/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/giraffe/package.json b/giraffe/package.json index 9850ccbd..2f0bf4ef 100644 --- a/giraffe/package.json +++ b/giraffe/package.json @@ -1,6 +1,6 @@ { "name": "@influxdata/giraffe", - "version": "2.1.0", + "version": "2.2.0", "main": "dist/index.js", "module": "src/index.js", "license": "MIT", diff --git a/giraffe/src/index.ts b/giraffe/src/index.ts index c8d818ae..7ee76b3f 100644 --- a/giraffe/src/index.ts +++ b/giraffe/src/index.ts @@ -32,11 +32,12 @@ export { DomainLabel, FluxDataType, Formatter, - GaugeTheme, GaugeLayerConfig, + GaugeTheme, GetColumn, HistogramLayerConfig, HistogramPosition, + InteractionHandlerArguments, LayerConfig, LayerTypes, LineInterpolation,