Skip to content

Commit 21f1e2b

Browse files
committed
Fix linting issues
1 parent 22b1f80 commit 21f1e2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/tab-container-element-define.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {TabContainerElement} from './tab-container-element.js'
1+
import {TabContainerChangeEvent, TabContainerElement} from './tab-container-element.js'
22

33
const root = (typeof globalThis !== 'undefined' ? globalThis : window) as typeof window
44
try {
@@ -28,12 +28,12 @@ declare global {
2828
}
2929
}
3030
interface GlobalEventHandlersEventMap {
31-
'tab-container-change': TabContainerChangeEvent;
32-
'tab-container-changed': TabContainerChangeEvent;
31+
'tab-container-change': TabContainerChangeEvent
32+
'tab-container-changed': TabContainerChangeEvent
3333
}
3434
interface ElementEventMap {
35-
'tab-container-change': TabContainerChangeEvent;
36-
'tab-container-changed': TabContainerChangeEvent;
35+
'tab-container-change': TabContainerChangeEvent
36+
'tab-container-changed': TabContainerChangeEvent
3737
}
3838
}
3939

0 commit comments

Comments
 (0)