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

9 lines
267 B
TypeScript
Raw Normal View History

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