FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-stacked-list2.js
import{proxyCustomElement,HTMLElement,h}from"@stencil/core/internal/client";const scStackedListCss=":host{display:block;font-family:var(--sc-font-sans)}:slotted(*){margin:0}",ScStackedListStyle0=scStackedListCss,ScStackedList=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow()}render(){return h("slot",{key:"5b8b2ea24fef5c32b51c35bc5e78b81e1ce574c2"})}static get style(){return ScStackedListStyle0}},[1,"sc-stacked-list"]);function defineCustomElement(){"undefined"!=typeof customElements&&["sc-stacked-list"].forEach((t=>{"sc-stacked-list"===t&&(customElements.get(t)||customElements.define(t,ScStackedList))}))}export{ScStackedList as S,defineCustomElement as d};
Save
Back