UNPKG

5.68 kBTypeScriptView Raw
1import './publicGlobals';
2import * as Animated from './Animated';
3export default Animated;
4export { configureReanimatedLogger } from './ConfigHelper';
5export { LogLevel as ReanimatedLogLevel } from './logger';
6export type { WorkletRuntime } from './core';
7export { runOnJS, runOnUI, createWorkletRuntime, runOnRuntime, makeMutable, makeShareableCloneRecursive, isReanimated3, isConfigured, enableLayoutAnimations, getViewProp, executeOnUIRuntimeSync, } from './core';
8export type { GestureHandlers, AnimatedRef, DerivedValue, ScrollHandler, ScrollHandlers, ScrollHandlerProcessed, FrameCallback, ScrollEvent, EventHandler, EventHandlerProcessed, UseHandlerContext, ReanimatedEvent, } from './hook';
9export { useAnimatedProps, useEvent, useHandler, useWorkletCallback, useSharedValue, useReducedMotion, useAnimatedStyle, useAnimatedGestureHandler, useAnimatedReaction, useAnimatedRef, useAnimatedScrollHandler, useDerivedValue, useAnimatedSensor, useFrameCallback, useAnimatedKeyboard, useScrollViewOffset, useComposedEventHandler, } from './hook';
10export type { DelayAnimation, RepeatAnimation, SequenceAnimation, StyleLayoutAnimation, WithTimingConfig, TimingAnimation, WithSpringConfig, SpringAnimation, WithDecayConfig, DecayAnimation, } from './animation';
11export { cancelAnimation, defineAnimation, withClamp, withDecay, withDelay, withRepeat, withSequence, withSpring, withTiming, } from './animation';
12export type { ExtrapolationConfig, ExtrapolationType } from './interpolation';
13export { Extrapolation, interpolate, clamp } from './interpolation';
14export type { InterpolationOptions, InterpolateConfig, InterpolateRGB, InterpolateHSV, } from './interpolateColor';
15export {
16/** @deprecated Please use {@link Extrapolation} instead. */
17Extrapolate, ColorSpace, interpolateColor, useInterpolateConfig, } from './interpolateColor';
18export type { EasingFn, EasingFunctionFactory, EasingFactoryFn, } from './Easing';
19export { Easing } from './Easing';
20export type { ComponentCoords } from './platformFunctions';
21export { measure, dispatchCommand, scrollTo, setGestureState, setNativeProps, getRelativeCoords, } from './platformFunctions';
22export type { ParsedColorArray } from './Colors';
23export { isColor, processColor, convertToRGBA } from './Colors';
24export { createAnimatedPropAdapter } from './PropAdapters';
25export type { LayoutAnimation, EntryAnimationsValues, ExitAnimationsValues, EntryExitAnimationFunction, LayoutAnimationsValues, LayoutAnimationFunction, LayoutAnimationStartFunction, LayoutAnimationType, SharedTransitionAnimationsValues, ILayoutAnimationBuilder, IEntryExitAnimationBuilder, BaseLayoutAnimationConfig, } from './layoutReanimation';
26export { BaseAnimationBuilder, ComplexAnimationBuilder, Keyframe, FlipInXUp, FlipInYLeft, FlipInXDown, FlipInYRight, FlipInEasyX, FlipInEasyY, FlipOutXUp, FlipOutYLeft, FlipOutXDown, FlipOutYRight, FlipOutEasyX, FlipOutEasyY, StretchInX, StretchInY, StretchOutX, StretchOutY, FadeIn, FadeInRight, FadeInLeft, FadeInUp, FadeInDown, FadeOut, FadeOutRight, FadeOutLeft, FadeOutUp, FadeOutDown, SlideInRight, SlideInLeft, SlideOutRight, SlideOutLeft, SlideInUp, SlideInDown, SlideOutUp, SlideOutDown, ZoomIn, ZoomInRotate, ZoomInLeft, ZoomInRight, ZoomInUp, ZoomInDown, ZoomInEasyUp, ZoomInEasyDown, ZoomOut, ZoomOutRotate, ZoomOutLeft, ZoomOutRight, ZoomOutUp, ZoomOutDown, ZoomOutEasyUp, ZoomOutEasyDown, BounceIn, BounceInDown, BounceInUp, BounceInLeft, BounceInRight, BounceOut, BounceOutDown, BounceOutUp, BounceOutLeft, BounceOutRight, LightSpeedInRight, LightSpeedInLeft, LightSpeedOutRight, LightSpeedOutLeft, PinwheelIn, PinwheelOut, RotateInDownLeft, RotateInDownRight, RotateInUpLeft, RotateInUpRight, RotateOutDownLeft, RotateOutDownRight, RotateOutUpLeft, RotateOutUpRight, RollInLeft, RollInRight, RollOutLeft, RollOutRight, Layout, LinearTransition, FadingTransition, SequencedTransition, JumpingTransition, CurvedTransition, EntryExitTransition, combineTransition, SharedTransition, SharedTransitionType, } from './layoutReanimation';
27export { isSharedValue } from './isSharedValue';
28export type { StyleProps, SharedValue, AnimatableValueObject, AnimatableValue, AnimationObject, SensorConfig, Animation, AnimatedSensor, AnimationCallback, Value3D, ValueRotation, AnimatedKeyboardInfo, AnimatedKeyboardOptions, MeasuredDimensions, EasingFunction, AnimatedTransform, TransformArrayItem, AnimateStyle, AnimatedStyle, StylesOrDefault, } from './commonTypes';
29export { SensorType, IOSReferenceFrame, InterfaceOrientation, KeyboardState, ReduceMotion, isWorkletFunction, } from './commonTypes';
30export type { FrameInfo } from './frameCallback';
31export { getUseOfValueInStyleWarning } from './pluginUtils';
32export { withReanimatedTimer, advanceAnimationByTime, advanceAnimationByFrame, setUpTests, getAnimatedStyle, } from './jestUtils';
33export { LayoutAnimationConfig } from './component/LayoutAnimationConfig';
34export { PerformanceMonitor } from './component/PerformanceMonitor';
35export type { PerformanceMonitorProps } from './component/PerformanceMonitor';
36export { ReducedMotionConfig } from './component/ReducedMotionConfig';
37export type { Adaptable, AdaptTransforms, AnimateProps, AnimatedProps, TransformStyleTypes, AnimatedStyleProp, } from './helperTypes';
38export type { AnimatedScrollViewProps } from './component/ScrollView';
39export type { FlatListPropsWithLayout } from './component/FlatList';
40export { startMapper, stopMapper } from './mappers';
41export { startScreenTransition, finishScreenTransition, ScreenTransition, } from './screenTransition';
42export type { AnimatedScreenTransition, GoBackGesture, ScreenTransitionConfig, } from './screenTransition';
43//# sourceMappingURL=index.d.ts.map
\No newline at end of file