@atlaskit/analytics-next
Version:
React components, HOCs and hooks to assist with tracking user activity with React components
7 lines • 317 B
JavaScript
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["createAnalyticsEvent"];
export default function cleanProps(props) {
var createAnalyticsEvent = props.createAnalyticsEvent,
cleanedProps = _objectWithoutProperties(props, _excluded);
return cleanedProps;
}