UNPKG

@crossed/primitive

Version:

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

8 lines (7 loc) 257 B
import { jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; const createListLabel = (Styled) => forwardRef((props, ref) => /* @__PURE__ */ jsx(Styled, { ...props, ref })); export { createListLabel }; //# sourceMappingURL=ListLabel.js.map