mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
65ae3dafcd
commit
b01a5f91fe
@@ -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\\";
|
||||
|
||||
Reference in New Issue
Block a user