@crossed/primitive
Version:
A universal & performant styling library for React Native, Next.js & React
10 lines (9 loc) • 310 B
JavaScript
import { jsx } from "react/jsx-runtime";
import { forwardRef } from "react";
const createDropdownLabel = (StyledRoot) => forwardRef((props, ref) => {
return /* @__PURE__ */ jsx(StyledRoot, { role: "separator", ...props, ref });
});
export {
createDropdownLabel
};
//# sourceMappingURL=DropdownLabel.js.map