@logo-elements/logo-elements-styles
Version:
Logo Elements Design System is a design system library for modern web applications which gives your web apps Logo Applications look and feel, used by Logo Elements
20 lines (17 loc) • 638 B
JavaScript
/**
* @license
* Copyright LOGO YAZILIM SANAYİ VE TİCARET A.Ş.
*
* Save to the extent permitted by law, you may not use, copy, modify,
* distribute or create derivative works of this material or any part
* of it without the prior written consent of LOGO YAZILIM SANAYİ VE TİCARET A.Ş. Limited.
* Any reproduction of this material must contain this notice.
*/
class Leds extends HTMLElement {
static get version() {
return '1.0.0';
}
}
if (!customElements.get('logo-elements-styles')) { customElements.define('logo-elements-styles', Leds); }
// customElements.define('logo-elements-styles', Leds);
export { Leds };