shoelace/src/components/alert/alert.ts

4 wiersze
133 B
TypeScript

import SlAlert from './alert.component';
export default SlAlert;
window.customElements.define('sl-alert', class extends SlAlert {});