ion-segment-content.entry.js 792 B

12345678910111213141516171819
  1. /*!
  2. * (C) Ionic http://ionicframework.com - MIT License
  3. */
  4. import { r as registerInstance, h, e as Host } from './index-527b9e34.js';
  5. const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";
  6. const IonSegmentContentStyle0 = segmentContentCss;
  7. const SegmentContent = class {
  8. constructor(hostRef) {
  9. registerInstance(this, hostRef);
  10. }
  11. render() {
  12. return (h(Host, { key: '64b3965b14c749e77e9ce13b59f349d971e245c8' }, h("slot", { key: '2d0bed34f9bc93f92e713cb51e42220f3cecd8f5' })));
  13. }
  14. };
  15. SegmentContent.style = IonSegmentContentStyle0;
  16. export { SegmentContent as ion_segment_content };