UNPKG

@gooddata/react-components

Version:
14 lines (11 loc) 322 B
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, afterRender: PropTypes.func, pushData: PropTypes.func };