UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

4 lines (3 loc) 198 B
import { SingleDataSource } from "./singleDataSource"; import { AggregationDataSource } from "./aggregationDataSource"; export declare type DataSource = SingleDataSource | AggregationDataSource;