FrontPastel/node_modules/@mui/utils/elementAcceptingRef/elementAcceptingRef.d.ts

4 lines
139 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import PropTypes from 'prop-types';
declare const elementAcceptingRef: PropTypes.Requireable<unknown>;
export default elementAcceptingRef;