File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010
1111import AnimatedImplementation from './AnimatedImplementation';
1212
13+ export type {CompositeAnimation} from './AnimatedImplementation';
1314export type {DecayAnimationConfig} from './animations/DecayAnimation';
1415export type {SpringAnimationConfig} from './animations/SpringAnimation';
1516export type {TimingAnimationConfig} from './animations/TimingAnimation';
Original file line number Diff line number Diff line change 44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<f1e4b96664dc09f71aefe6f699a7e299 >>
7+ * @generated SignedSource<<db6de028840aefaf5eeb3e2cec029553 >>
88 *
99 * This file was generated by scripts/js-api/build-types/index.js.
1010 */
@@ -1347,6 +1347,7 @@ declare type AndroidSwitchNativeProps = Readonly<
13471347>
13481348declare namespace Animated {
13491349 export {
1350+ CompositeAnimation ,
13501351 DecayAnimationConfig ,
13511352 SpringAnimationConfig ,
13521353 TimingAnimationConfig ,
@@ -5966,7 +5967,7 @@ export {
59665967 AlertOptions , // a0cdac0f
59675968 AlertType , // 5ab91217
59685969 AndroidKeyboardEvent , // e03becc8
5969- Animated , // 6b0cea93
5970+ Animated , // 6ad7a14c
59705971 AppConfig , // ebddad4b
59715972 AppRegistry , // 6cdee1d6
59725973 AppState , // f7097b1b
You can’t perform that action at this time.
0 commit comments