UNPKG

@crossed/primitive

Version:

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

8 lines (7 loc) 280 B
import { jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; const createListItem = (StyledItem) => forwardRef((props, ref) => /* @__PURE__ */ jsx(StyledItem, { role: "listitem", ...props, ref })); export { createListItem }; //# sourceMappingURL=ListItem.js.map