UNPKG

@giphy/react-native-sdk

Version:
8 lines 307 B
import type { Validator } from 'prop-types'; type DeprecatedPropTypeOptions<T> = { propType?: Validator<T>; explanation?: string; }; export default function deprecatedPropType<T = any>(options?: DeprecatedPropTypeOptions<T>): Validator<T>; export {}; //# sourceMappingURL=deprecatedPropType.d.ts.map