UNPKG

@gooddata/react-components

Version:
22 lines (21 loc) 802 B
/// <reference types="react" /> import * as React from 'react'; import { IChartProps } from './base/BaseChart'; import { Requireable } from '../../proptypes/Chart'; export { Requireable }; export declare class ColumnChart extends React.Component<IChartProps, null> { static propTypes: { dataSource: (object: any, key: string, componentName: string, ...rest: any[]) => Error; metadataSource: Requireable<any>; locale: Requireable<any>; height: Requireable<any>; drillableItems: Requireable<any>; environment: Requireable<any>; onError: Requireable<any>; onLoadingChanged: Requireable<any>; afterRender: Requireable<any>; pushData: Requireable<any>; config: Requireable<any>; }; render(): JSX.Element; }