UNPKG

@gooddata/react-components

Version:

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

15 lines (14 loc) 629 B
import * as React from "react"; import { WrappedComponentProps } from "react-intl"; import { IVisualizationProperties } from "../../../interfaces/Visualization"; export interface ILegendPositionControl { disabled: boolean; value: string; showDisabledMessage: boolean; properties: IVisualizationProperties; pushData: (data: any) => any; } declare const _default: React.FunctionComponent<import("react-intl").WithIntlProps<ILegendPositionControl & WrappedComponentProps<"intl">>> & { WrappedComponent: React.ComponentType<ILegendPositionControl & WrappedComponentProps<"intl">>; }; export default _default;