mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
b972bc233a
commit
6fbbf5eb11
10 changed files with 75 additions and 75 deletions
4
types/Tooltip/Tooltip.svelte.d.ts
vendored
4
types/Tooltip/Tooltip.svelte.d.ts
vendored
|
@ -92,8 +92,8 @@ export interface TooltipProps
|
|||
export default class Tooltip extends SvelteComponentTyped<
|
||||
TooltipProps,
|
||||
{
|
||||
open: CustomEvent<any>;
|
||||
close: CustomEvent<any>;
|
||||
open: CustomEvent<null>;
|
||||
close: CustomEvent<null>;
|
||||
click: WindowEventMap["click"];
|
||||
mousedown: WindowEventMap["mousedown"];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue