File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import { TabContainerElement } from './tab-container-element.js'
1
+ import { TabContainerChangeEvent , TabContainerElement } from './tab-container-element.js'
2
2
3
3
const root = ( typeof globalThis !== 'undefined' ? globalThis : window ) as typeof window
4
4
try {
@@ -28,12 +28,12 @@ declare global {
28
28
}
29
29
}
30
30
interface GlobalEventHandlersEventMap {
31
- 'tab-container-change' : TabContainerChangeEvent ;
32
- 'tab-container-changed' : TabContainerChangeEvent ;
31
+ 'tab-container-change' : TabContainerChangeEvent
32
+ 'tab-container-changed' : TabContainerChangeEvent
33
33
}
34
34
interface ElementEventMap {
35
- 'tab-container-change' : TabContainerChangeEvent ;
36
- 'tab-container-changed' : TabContainerChangeEvent ;
35
+ 'tab-container-change' : TabContainerChangeEvent
36
+ 'tab-container-changed' : TabContainerChangeEvent
37
37
}
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments