UNPKG

react-native-flip

Version:
9 lines (8 loc) 281 B
/** * Used for deprecating values and throwing an error if a given version of Expo has passed. */ export default function deprecate(library: string, deprecatedAPI: string, options?: { replacement?: string; currentVersion?: string; versionToRemove?: string; }): void;