UNPKG

@giancosta86/omnicourse

Version:

Interactive, React-based drill-down analysis of your learning experience

10 lines 594 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.LoadingBox = void 0; const react_1 = __importDefault(require("react")); const LoadingBox = ({ isLoading, loadingNode, children }) => isLoading ? react_1.default.createElement("div", { className: "loadingBox" }, loadingNode) : react_1.default.createElement(react_1.default.Fragment, null, children); exports.LoadingBox = LoadingBox; //# sourceMappingURL=LoadingBox.js.map