forms-reactive
Version:
Reactive Form Web Component
22 lines (16 loc) • 737 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-6e930523.js');
const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;flex-shrink:0;width:100%}";
const IonSegmentContentStyle0 = segmentContentCss;
const SegmentContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { key: '64b3965b14c749e77e9ce13b59f349d971e245c8' }, index.h("slot", { key: '2d0bed34f9bc93f92e713cb51e42220f3cecd8f5' })));
}
};
SegmentContent.style = IonSegmentContentStyle0;
exports.ion_segment_content = SegmentContent;
//# sourceMappingURL=ion-segment-content.cjs.entry.js.map