stencil-quantum
Version:
Experience the quantum realm of stencil.
17 lines (12 loc) • 349 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-059fa27d.js');
const QuantumFetch = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null, index.h("slot", null)));
}
};
exports.quantum_fetch = QuantumFetch;