UNPKG

mg-js

Version:

A set of useful functions, components and hooks.

6 lines (5 loc) 113 B
const If = ({ children, condition }) => { if (condition) return children; }; export default If;