@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
10 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2007-2018 GoodData Corporation
var PropTypes = require("prop-types");
exports.DrillableItemPropType = PropTypes.shape({
uri: PropTypes.string,
identifier: PropTypes.string,
});
exports.DrillablePredicatePropType = PropTypes.func;
//# sourceMappingURL=DrillableItem.js.map