4 строки
151 B
TypeScript
4 строки
151 B
TypeScript
|
'use strict';
|
||
|
|
||
|
export * from './src/common/chartModels';
|
||
|
export { KustoChartHelper, ITransformedQueryResultData } from './src/common/kustoChartHelper';
|