UNPKG

@crossed/ui

Version:

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

15 lines (14 loc) 398 B
import { jsx } from "react/jsx-runtime"; import { forwardRef, memo } from "react"; import { SectionList as SL } from "@crossed/sheet"; import "@crossed/sheet"; import "react-native"; const SectionList = memo(forwardRef((props, ref) => /* @__PURE__ */ jsx(SL, { ...props, ref }))); SectionList.displayName = "Sheet.SectionList"; export { SectionList }; //# sourceMappingURL=SectionList.js.map