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