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