56fda74
1
2
3
import { ValidationMap } from 'prop-types'; export default function exactProp<T>(propTypes: ValidationMap<T>): ValidationMap<T>;