UNPKG

@thisisagile/easy-react

Version:

Straightforward library building micro applications in react

7 lines 222 B
// src/layout/If.tsx import { Fragment, jsx } from "react/jsx-runtime"; var If = ({ condition, children }) => condition ? /* @__PURE__ */ jsx(Fragment, { children }) : null; export { If }; //# sourceMappingURL=If.mjs.map