UNPKG

@crossed/primitive

Version:

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

10 lines (9 loc) 279 B
import { jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; const createBadgeText = (StyledText) => forwardRef((props, ref) => { return /* @__PURE__ */ jsx(StyledText, { ...props, ref }); }); export { createBadgeText }; //# sourceMappingURL=BadgeText.js.map