@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
18 lines (17 loc) • 691 B
TypeScript
import * as PropTypes from "prop-types";
import { Requireable } from "prop-types";
export { Requireable };
export declare const ExecutePropType: {
projectId: PropTypes.Validator<any>;
afm: PropTypes.Validator<any>;
resultSpec: PropTypes.Requireable<any>;
children: PropTypes.Validator<any>;
LoadingComponent: PropTypes.Requireable<any>;
ErrorComponent: PropTypes.Requireable<any>;
telemetryComponentName: PropTypes.Requireable<any>;
onError: PropTypes.Requireable<any>;
onLoadingChanged: PropTypes.Requireable<any>;
onLoadingFinish: PropTypes.Requireable<any>;
afterRender: PropTypes.Requireable<any>;
pushData: PropTypes.Requireable<any>;
};