Expose Animated.InterpolationConfig type (#52224)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/52224

Changelog:
[General][Added] - `InterpolationConfig` is now exposed on the `Animated` namespace

Differential Revision: D77222031

fbshipit-source-id: c64c2f348bc899c598ee86c637300037a5a8de6f
This commit is contained in:
Alex Hunt
2025-06-24 08:55:21 -07:00
committed by Facebook GitHub Bot
parent 65ae3dafcd
commit b01a5f91fe
2 changed files with 2 additions and 0 deletions
@@ -33,6 +33,7 @@ export type {default as AnimatedNode} from './nodes/AnimatedNode';
export type {default as AnimatedAddition} from './nodes/AnimatedAddition';
export type {default as AnimatedDiffClamp} from './nodes/AnimatedDiffClamp';
export type {default as AnimatedDivision} from './nodes/AnimatedDivision';
export type {InterpolationConfigType as InterpolationConfig} from './nodes/AnimatedInterpolation';
export type {default as AnimatedModulo} from './nodes/AnimatedModulo';
export type {default as AnimatedMultiplication} from './nodes/AnimatedMultiplication';
export type {default as AnimatedSubtraction} from './nodes/AnimatedSubtraction';
@@ -185,6 +185,7 @@ export type { default as AnimatedNode } from \\"./nodes/AnimatedNode\\";
export type { default as AnimatedAddition } from \\"./nodes/AnimatedAddition\\";
export type { default as AnimatedDiffClamp } from \\"./nodes/AnimatedDiffClamp\\";
export type { default as AnimatedDivision } from \\"./nodes/AnimatedDivision\\";
export type { InterpolationConfigType as InterpolationConfig } from \\"./nodes/AnimatedInterpolation\\";
export type { default as AnimatedModulo } from \\"./nodes/AnimatedModulo\\";
export type { default as AnimatedMultiplication } from \\"./nodes/AnimatedMultiplication\\";
export type { default as AnimatedSubtraction } from \\"./nodes/AnimatedSubtraction\\";