UNPKG

rsuite

Version:

A suite of react components

3 lines (2 loc) 172 B
import * as PropTypes from 'prop-types'; export default function deprecatePropType<T extends PropTypes.Validator<any>>(propType: T, explanation?: string): typeof propType;