remotion
Version:
Render videos in React
6 lines • 302 B
TypeScript
/**
* 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;
//# sourceMappingURL=interpolateColors.d.ts.map