pragmate-ui
Version:
An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.
64 lines (62 loc) • 1.8 kB
JavaScript
System.register(["@beyond-js/kernel/bundle"], function (_export, _context) {
"use strict";
var dependency_0, __Bundle, __pkg, ims, Control, __beyond_pkg, hmr;
_export("Control", void 0);
return {
setters: [function (_beyondJsKernelBundle) {
dependency_0 = _beyondJsKernelBundle;
}],
execute: function () {
({
Bundle: __Bundle
} = dependency_0);
__pkg = new __Bundle({
"module": {
"vspecifier": "pragmate-ui@1.0.1/hooks"
},
"type": "code"
}, _context.meta.url).package();
;
__pkg.dependencies.update([]);
ims = new Map();
/*************************
INTERNAL MODULE: ./control
*************************/
ims.set('./control', {
hash: 1043499290,
creator: function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Control = void 0;
/*bundle*/
class Control {
constructor() {}
}
exports.Control = Control;
}
});
__pkg.exports.descriptor = [{
"im": "./control",
"from": "Control",
"name": "Control"
}];
// Module exports
__pkg.exports.process = function ({
require,
prop,
value
}) {
(require || prop === 'Control') && _export("Control", Control = require ? require('./control').Control : value);
};
_export("__beyond_pkg", __beyond_pkg = __pkg);
_export("hmr", hmr = new function () {
this.on = (event, listener) => void 0;
this.off = (event, listener) => void 0;
}());
__pkg.initialise(ims);
}
};
});
//# sourceMappingURL=hooks.sjs.js.map