We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874b7ce commit 976ad42Copy full SHA for 976ad42
src/include-fragment-element.ts
@@ -263,16 +263,3 @@ export class IncludeFragmentElement extends HTMLElement {
263
}
264
265
266
-
267
-declare global {
268
- interface Window {
269
- IncludeFragmentElement: typeof IncludeFragmentElement
270
- }
271
- interface HTMLElementTagNameMap {
272
- 'include-fragment': IncludeFragmentElement
273
274
-}
275
-if (!window.customElements.get('include-fragment')) {
276
- window.IncludeFragmentElement = IncludeFragmentElement
277
- window.customElements.define('include-fragment', IncludeFragmentElement)
278
0 commit comments