UNPKG

@gooddata/react-components

Version:

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

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