mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
feat(header-action): type missing "open" event
This commit is contained in:
parent
1454eeae19
commit
bbda4a8697
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
<script>
|
||||
/**
|
||||
* @event {null} open
|
||||
* @event {null} close
|
||||
*/
|
||||
|
||||
/** Set to `true` to open the panel */
|
||||
export let isOpen = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue