mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-22 13:13:43 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
b794481a3f
commit
63d77e3521
3 changed files with 14 additions and 5 deletions
7
types/Tooltip/Tooltip.svelte.d.ts
vendored
7
types/Tooltip/Tooltip.svelte.d.ts
vendored
|
@ -91,6 +91,11 @@ export interface TooltipProps
|
|||
|
||||
export default class Tooltip extends SvelteComponentTyped<
|
||||
TooltipProps,
|
||||
{ click: WindowEventMap["click"]; mousedown: WindowEventMap["mousedown"] },
|
||||
{
|
||||
open: CustomEvent<any>;
|
||||
close: CustomEvent<any>;
|
||||
click: WindowEventMap["click"];
|
||||
mousedown: WindowEventMap["mousedown"];
|
||||
},
|
||||
{ default: {}; icon: {}; triggerText: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue