elementAcceptingRef.d.ts 138 Bytes Edit Raw Blame History Permalink 1 2 3 import PropTypes from 'prop-types'; declare const elementAcceptingRef: PropTypes.Requireable<unknown>; export default elementAcceptingRef;