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