UNPKG

@haxtheweb/haxcms-nodejs

Version:

HAXcms single and multisite nodejs server, api, and administration

1 lines 243 B
export const ThemePropertyMixin=e=>class VaadinThemePropertyMixin extends e{static get properties(){return{theme:{type:String,readOnly:!0}}}attributeChangedCallback(e,t,r){super.attributeChangedCallback(e,t,r),"theme"===e&&this._setTheme(r)}};