UNPKG

remotion

Version:

Render videos in React

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