sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/alert/alert.d.ts

9 lines
198 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
import SlAlert from './alert.component.js';
export * from './alert.component.js';
export default SlAlert;
declare global {
interface HTMLElementTagNameMap {
'sl-alert': SlAlert;
}
}