UNPKG

@tamagui/react-native-web-lite

Version:
11 lines (10 loc) 523 B
import * as React from "react"; import ScrollView from "../../../../ScrollView"; import createAnimatedComponent from "../createAnimatedComponent"; 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.js.map