mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(types): remove "undefined" dispatched events
This commit is contained in:
parent
998757691b
commit
1e80e42573
8 changed files with 17 additions and 27 deletions
1
types/Tooltip/Tooltip.d.ts
vendored
1
types/Tooltip/Tooltip.d.ts
vendored
|
@ -88,6 +88,5 @@ export default class Tooltip {
|
|||
triggerText: {};
|
||||
};
|
||||
|
||||
$on(eventname: "undefined", cb: (event: CustomEvent<any>) => void): () => void;
|
||||
$on(eventname: string, cb: (event: Event) => void): () => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue