UNPKG

control-flow-react

Version:
6 lines 282 B
import React from "react"; export var Show = function (_a) { var when = _a.when, children = _a.children, _b = _a.fallBack, fallBack = _b === void 0 ? null : _b; return React.createElement(React.Fragment, null, when ? children : fallBack); }; //# sourceMappingURL=show.js.map