UNPKG

@crossed/primitive

Version:

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

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