@gooddata/react-components
Version:
GoodData React Components
14 lines (11 loc) • 322 B
text/typescript
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
};