feat(header-action): type missing "open" event

This commit is contained in:
Eric Liu 2022-05-12 20:15:36 -07:00
commit bbda4a8697

View file

@ -1,4 +1,9 @@
<script> <script>
/**
* @event {null} open
* @event {null} close
*/
/** Set to `true` to open the panel */ /** Set to `true` to open the panel */
export let isOpen = false; export let isOpen = false;