Repository URL to install this package:
|
Version:
5.1.1-rc.5 ▾
|
import PropTypes from 'prop-types';
export const TrackingClientShape = PropTypes.shape({
track: PropTypes.func.isRequired,
identify: PropTypes.func.isRequired,
page: PropTypes.func.isRequired,
});