grafana-data: fix the export of arrayvector (#83678)

This commit is contained in:
Gábor Farkas 2024-02-29 13:02:32 +01:00 committed by GitHub
parent 88f010a72a
commit 9f617191da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,3 +47,4 @@ export { getLinksSupplier } from './field/fieldOverrides';
// deprecated
export { CircularVector } from './vector/CircularVector';
export { vectorator } from './vector/FunctionalVector';
export { ArrayVector } from './vector/ArrayVector';