@tamagui/react-native-web-lite
Version:
React Native for Web
13 lines (12 loc) • 531 B
JavaScript
import * as React from "react";
import ScrollView from "../../../../ScrollView";
import createAnimatedComponent from "../createAnimatedComponent.mjs";
import { jsx } from "react/jsx-runtime";
const ScrollViewWithEventThrottle = React.forwardRef((props, ref) => /* @__PURE__ */jsx(ScrollView, {
scrollEventThrottle: 1e-4,
...props,
ref
}));
var AnimatedScrollView_default = createAnimatedComponent(ScrollViewWithEventThrottle);
export { AnimatedScrollView_default as default };
//# sourceMappingURL=AnimatedScrollView.mjs.map