UNPKG

@gooddata/react-components

Version:

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

8 lines (7 loc) 433 B
import * as React from "react"; import { WrappedComponentProps } from "react-intl"; import { IConfigItemSubsection } from "../../../interfaces/ConfigurationPanel"; declare const _default: React.FunctionComponent<import("react-intl").WithIntlProps<IConfigItemSubsection & WrappedComponentProps<"intl">>> & { WrappedComponent: React.ComponentType<IConfigItemSubsection & WrappedComponentProps<"intl">>; }; export default _default;