@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
12 lines • 386 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2007-2018 GoodData Corporation
var PropTypes = require("prop-types");
exports.EventsPropTypes = {
onError: PropTypes.func,
onLoadingChanged: PropTypes.func,
onLoadingFinish: PropTypes.func,
afterRender: PropTypes.func,
pushData: PropTypes.func,
};
//# sourceMappingURL=Events.js.map