UNPKG

@gooddata/react-components

Version:

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

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