UNPKG

255 BTypeScriptView Raw
1/**
2 * Copied from:
3 * https://github.com/software-mansion/react-native-reanimated/blob/master/src/reanimated2/Colors.ts
4 */
5export declare const interpolateColors: (input: number, inputRange: readonly number[], outputRange: readonly string[]) => string;