UNPKG

@gpa-gemstone/react-graph

Version:
7 lines (6 loc) 221 B
import { IBarProps } from './Bar'; interface IProps extends Omit<IBarProps, "GetBarStyle"> { AggregationType?: "min_max_avg"; } declare const BarAggregate: (props: IProps) => JSX.Element; export default BarAggregate;