mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
fix(toolbar-search): fix types for on:clear
(#2022)
This commit is contained in:
parent
0831e87135
commit
58e6021b08
4 changed files with 16 additions and 13 deletions
|
@ -1,5 +1,8 @@
|
|||
<script>
|
||||
/** @restProps {input} */
|
||||
/**
|
||||
* @restProps {input}
|
||||
* @event {null} clear
|
||||
*/
|
||||
|
||||
/**
|
||||
* Specify the value of the search input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue