UNPKG

@crossed/primitive

Version:

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

8 lines (7 loc) 272 B
import { jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; const createListMain = (StyledRoot) => forwardRef((props, ref) => /* @__PURE__ */ jsx(StyledRoot, { role: "list", ...props, ref })); export { createListMain }; //# sourceMappingURL=List.js.map