@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
28 lines • 999 B
TypeScript
import { PanGestureHandlerProperties } from "react-native-gesture-handler";
import { WithSpringConfig } from "react-native-reanimated";
export declare const SCROLL_POSITION_TOLERANCE = 2;
export declare const DEFAULT_ANIMATION_CONFIG: WithSpringConfig;
export declare const DEFAULT_PROPS: {
autoscrollThreshold: number;
autoscrollSpeed: number;
animationConfig: {
stiffness?: number;
overshootClamping?: boolean;
restDisplacementThreshold?: number;
restSpeedThreshold?: number;
velocity?: number;
reduceMotion?: import("react-native-reanimated").ReduceMotion;
} & {
mass?: number;
damping?: number;
duration?: never;
dampingRatio?: never;
clamp?: never;
};
scrollEnabled: boolean;
dragHitSlop: PanGestureHandlerProperties["hitSlop"];
activationDistance: number;
dragItemOverflow: boolean;
};
export declare const isReanimatedV2 = true;
//# sourceMappingURL=constants.d.ts.map