@grafana/data: export ArrowDataFrame (#20832)

This commit is contained in:
Kyle Brandt 2019-12-04 00:17:36 -05:00 committed by Ryan McKinley
parent 700b93a75c
commit 431bf2b179

View File

@ -4,3 +4,4 @@ export * from './CircularDataFrame';
export * from './MutableDataFrame';
export * from './processDataFrame';
export * from './dimensions';
export * from './arrow/ArrowDataFrame';