mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Merge branch 'tooltip-definition'
This commit is contained in:
commit
b7dfcecd1d
4 changed files with 89 additions and 30 deletions
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
|
@ -5180,7 +5180,7 @@ export class TooltipDefinition extends CarbonSvelteComponent {
|
|||
ref?: null | HTMLButtonElement;
|
||||
};
|
||||
|
||||
$$slot_def: { default: {} };
|
||||
$$slot_def: { default: {}; tooltip: {} };
|
||||
}
|
||||
|
||||
export class TooltipIcon extends CarbonSvelteComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue