pivot-chart
Version:
pivot table react component
16 lines (15 loc) • 697 B
TypeScript
import PivotChart from './pivotChart';
import AsyncPivotChart from './asyncPivotChart';
import ToolBar from './components/toolbar';
import DragableFields, { DraggableFieldState } from './dragableFields/index';
import { StyledTable } from './components/styledTable';
import * as Theme from './theme';
import * as Utils from './utils';
export declare const Aggregators: {
readonly sum: import("cube-core/built/types").AggFC;
readonly count: import("cube-core/built/types").AggFC;
readonly mean: import("cube-core/built/types").AggFC;
};
export * from './common';
export { DraggableFieldState };
export { StyledTable, PivotChart, AsyncPivotChart, ToolBar, DragableFields, Theme, Utils };