UNPKG

@mui/utils

Version:

Utility functions for React components.

3 lines (2 loc) 180 B
import PropTypes from 'prop-types'; export default function chainPropTypes<A, B>(propType1: PropTypes.Validator<A>, propType2: PropTypes.Validator<B>): PropTypes.Validator<A & B>;