Fix electron-tabs.d.ts generation

This commit is contained in:
Thomas Brouard 2022-05-25 09:11:49 +02:00
parent 4b89b80a11
commit 5728713eec
4 changed files with 99 additions and 1 deletions

View file

@ -578,3 +578,5 @@ class Tab extends EventTarget {
}
customElements.define("tab-group", TabGroup);
export type { TabGroup, Tab };