UNPKG

@gooddata/react-components

Version:

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

14 lines (11 loc) 394 B
// (C) 2007-2018 GoodData Corporation import * as PropTypes from "prop-types"; import { Requireable } from "prop-types"; // tslint:disable-line:no-duplicate-imports export { Requireable }; export const EventsPropTypes = { onError: PropTypes.func, onLoadingChanged: PropTypes.func, onLoadingFinish: PropTypes.func, afterRender: PropTypes.func, pushData: PropTypes.func, };