UNPKG

mg-js

Version:

A set of useful functions, components and hooks.

9 lines (8 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var If = function (_a) { var children = _a.children, condition = _a.condition; if (condition) return children; }; exports.default = If;