@giphy/react-native-sdk
Version:
Giphy React Native SDK
8 lines • 307 B
TypeScript
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