This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Gallery from './COA/COAGallery.svelte'; | |
/** | |
* C.O.A. Gallery Custom Element v1 Component Class | |
*/ | |
class COAGallery extends HTMLElement { | |
/** | |
* This defines the attributes to watch in the custom element to trigger the `attributeChangedCallback` method | |
*/ | |
static get observedAttributes() { |