@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
10 lines (9 loc) • 309 B
TypeScript
import * as React from "react";
import { IDataSourceProviderProps } from "./DataSourceProvider";
export { IDataSourceProviderProps };
/**
* AFM LineChart
* is an internal component that accepts afm, resultSpec
* @internal
*/
export declare const LineChart: React.ComponentClass<IDataSourceProviderProps>;