UNPKG

@crossed/ui

Version:

A universal & performant styling library for React Native, Next.js & React

23 lines (22 loc) 469 B
import { jsx } from "react/jsx-runtime"; import { View } from "react-native"; import { composeStyles } from "@crossed/styled"; const RemoveScroll = ({ style, ref, noIsolation, inert, allowPinchZoom, enabled, removeScrollBar, // @ts-expect-error RS error className, shards, as, gapMode, ...props }) => /* @__PURE__ */ jsx(View, { ...props, ...composeStyles(style).style() }); export { RemoveScroll }; //# sourceMappingURL=RemoveScroll.js.map