@telekom/scale-components
Version:
Scale is the digital design system for Telekom products and experiences.
17 lines (12 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-a0ea3d79.js');
const SsrSlotFix = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null, index.h("slot", null)));
}
};
exports.scale_ssr_slot_fix = SsrSlotFix;