sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/alert/alert.d.ts
2024-05-13 23:34:06 -04:00

8 lines
198 B
TypeScript

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