File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/react-native/Libraries Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export type {default as AnimatedNode} from './nodes/AnimatedNode';
3333export type {default as AnimatedAddition} from './nodes/AnimatedAddition';
3434export type {default as AnimatedDiffClamp} from './nodes/AnimatedDiffClamp';
3535export type {default as AnimatedDivision} from './nodes/AnimatedDivision';
36+ export type {InterpolationConfigType as InterpolationConfig} from './nodes/AnimatedInterpolation';
3637export type {default as AnimatedModulo} from './nodes/AnimatedModulo';
3738export type {default as AnimatedMultiplication} from './nodes/AnimatedMultiplication';
3839export type {default as AnimatedSubtraction} from './nodes/AnimatedSubtraction';
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ export type { default as AnimatedNode } from \\"./nodes/AnimatedNode\\";
185185export type { default as AnimatedAddition } from \\"./nodes/AnimatedAddition\\";
186186export type { default as AnimatedDiffClamp } from \\"./nodes/AnimatedDiffClamp\\";
187187export type { default as AnimatedDivision } from \\"./nodes/AnimatedDivision\\";
188+ export type { InterpolationConfigType as InterpolationConfig } from \\"./nodes/AnimatedInterpolation\\";
188189export type { default as AnimatedModulo } from \\"./nodes/AnimatedModulo\\";
189190export type { default as AnimatedMultiplication } from \\"./nodes/AnimatedMultiplication\\";
190191export type { default as AnimatedSubtraction } from \\"./nodes/AnimatedSubtraction\\";
You can’t perform that action at this time.
0 commit comments