Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff00f5b + 75d656a commit 22b1f80Copy full SHA for 22b1f80
src/tab-container-element-define.ts
@@ -27,6 +27,14 @@ declare global {
27
['tab-container']: JSXBase['span'] & Partial<Omit<TabContainerElement, keyof HTMLElement>>
28
}
29
30
+ interface GlobalEventHandlersEventMap {
31
+ 'tab-container-change': TabContainerChangeEvent;
32
+ 'tab-container-changed': TabContainerChangeEvent;
33
+ }
34
+ interface ElementEventMap {
35
36
37
38
39
40
export default TabContainerElement
0 commit comments