UNPKG

@crossed/ui

Version:

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

9 lines (8 loc) 273 B
import { jsx } from "react/jsx-runtime"; import { Floating } from "../Floating"; const ModalTrigger = (props) => /* @__PURE__ */ jsx(Floating.Trigger, { ...props }); ModalTrigger.displayName = "Modal.Trigger"; export { ModalTrigger }; //# sourceMappingURL=Trigger.js.map