Skip to content

Commit b01a5f9

Browse files
huntiefacebook-github-bot
authored andcommitted
Expose Animated.InterpolationConfig type (#52224)
Summary: Pull Request resolved: #52224 Changelog: [General][Added] - `InterpolationConfig` is now exposed on the `Animated` namespace Differential Revision: D77222031 fbshipit-source-id: c64c2f348bc899c598ee86c637300037a5a8de6f
1 parent 65ae3da commit b01a5f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-native/Libraries/Animated/AnimatedExports.js.flow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export type {default as AnimatedNode} from './nodes/AnimatedNode';
3333
export type {default as AnimatedAddition} from './nodes/AnimatedAddition';
3434
export type {default as AnimatedDiffClamp} from './nodes/AnimatedDiffClamp';
3535
export type {default as AnimatedDivision} from './nodes/AnimatedDivision';
36+
export type {InterpolationConfigType as InterpolationConfig} from './nodes/AnimatedInterpolation';
3637
export type {default as AnimatedModulo} from './nodes/AnimatedModulo';
3738
export type {default as AnimatedMultiplication} from './nodes/AnimatedMultiplication';
3839
export type {default as AnimatedSubtraction} from './nodes/AnimatedSubtraction';

packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export type { default as AnimatedNode } from \\"./nodes/AnimatedNode\\";
185185
export type { default as AnimatedAddition } from \\"./nodes/AnimatedAddition\\";
186186
export type { default as AnimatedDiffClamp } from \\"./nodes/AnimatedDiffClamp\\";
187187
export type { default as AnimatedDivision } from \\"./nodes/AnimatedDivision\\";
188+
export type { InterpolationConfigType as InterpolationConfig } from \\"./nodes/AnimatedInterpolation\\";
188189
export type { default as AnimatedModulo } from \\"./nodes/AnimatedModulo\\";
189190
export type { default as AnimatedMultiplication } from \\"./nodes/AnimatedMultiplication\\";
190191
export type { default as AnimatedSubtraction } from \\"./nodes/AnimatedSubtraction\\";

0 commit comments

Comments
 (0)