@frontify/fondue
Version:
Design system of Frontify
12 lines (11 loc) • 404 B
JavaScript
import { jsx as a, Fragment as t } from "react/jsx-runtime";
import { Portal as e } from "../../components/Portal/Portal.es.js";
const p = ({
enablePortal: o = !0,
children: r
}) => o ? /* @__PURE__ */ a(e, { children: r }) : /* @__PURE__ */ a(t, { children: r });
p.displayName = "FondueEnablePortalWrapper";
export {
p as EnablePortalWrapper
};
//# sourceMappingURL=EnablePortalWrapper.es.js.map