fix(tooltip): type open, close events

This commit is contained in:
Eric Liu 2022-02-01 07:12:50 -08:00
commit b794481a3f

View file

@ -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"}