shoelace/src/components/alert/alert.ts

13 wiersze
221 B
TypeScript

import SlAlert from './alert.component.js';
export * from './alert.component.js';
export default SlAlert;
SlAlert.define('sl-alert');
declare global {
interface HTMLElementTagNameMap {
'sl-alert': SlAlert;
}
}