UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

13 lines (9 loc) 370 B
// (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 DrillableItemPropType = PropTypes.shape({ uri: PropTypes.string, identifier: PropTypes.string, }); export const DrillablePredicatePropType = PropTypes.func;