@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
8 lines (7 loc) • 423 B
TypeScript
import * as React from "react";
import { WrappedComponentProps } from "react-intl";
import { IHeadlineTransformationProps } from "./types";
declare const _default: React.FunctionComponent<import("react-intl").WithIntlProps<IHeadlineTransformationProps & WrappedComponentProps<"intl">>> & {
WrappedComponent: React.ComponentType<IHeadlineTransformationProps & WrappedComponentProps<"intl">>;
};
export default _default;