UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

10 lines (9 loc) 311 B
import * as React from "react"; import { IDataSourceProviderProps } from "./DataSourceProvider"; export { IDataSourceProviderProps }; /** * AFM ComboChart * is an internal component that accepts afm, resultSpec * @internal */ export declare const ComboChart: React.ComponentClass<IDataSourceProviderProps>;