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.
1 parent 3996e61 commit 7ba7badCopy full SHA for 7ba7bad
src/tab-container-element.ts
@@ -1,4 +1,5 @@
1
const HTMLElement = globalThis.HTMLElement || (null as unknown as (typeof window)['HTMLElement'])
2
+const HTMLSlotElement = globalThis.HTMLSlotElement || (null as unknown as (typeof window)['HTMLSlotElement'])
3
const manualSlotsSupported = 'assign' in HTMLSlotElement.prototype
4
5
export class TabContainerChangeEvent extends Event {
0 commit comments