diff --git a/packages/react-native/Libraries/Animated/AnimatedExports.js.flow b/packages/react-native/Libraries/Animated/AnimatedExports.js.flow index 5200416f87e..fdbc88b2b84 100644 --- a/packages/react-native/Libraries/Animated/AnimatedExports.js.flow +++ b/packages/react-native/Libraries/Animated/AnimatedExports.js.flow @@ -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'; diff --git a/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap b/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap index db7c2719f01..5838744c42e 100644 --- a/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap +++ b/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap @@ -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\\";