@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
12 lines (9 loc) • 373 B
text/typescript
// (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 DataSourcePropType = PropTypes.shape({
getData: PropTypes.func.isRequired,
getAfm: PropTypes.func.isRequired,
getFingerprint: PropTypes.func.isRequired,
});