mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
fix(tooltip): type open, close events
This commit is contained in:
parent
5358cf66ea
commit
b794481a3f
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
<script>
|
<script>
|
||||||
|
/**
|
||||||
|
* @event {any} open
|
||||||
|
* @event {any} close
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the alignment of the tooltip relative to the icon
|
* Set the alignment of the tooltip relative to the icon
|
||||||
* @type {"start" | "center" | "end"}
|
* @type {"start" | "center" | "end"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue