Fix electron-tabs.d.ts generation
This commit is contained in:
parent
4b89b80a11
commit
5728713eec
4 changed files with 99 additions and 1 deletions
|
@ -578,3 +578,5 @@ class Tab extends EventTarget {
|
|||
}
|
||||
|
||||
customElements.define("tab-group", TabGroup);
|
||||
|
||||
export type { TabGroup, Tab };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue