mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Exporting function clear
This commit is contained in:
parent
87cbfdc1ec
commit
23015c090b
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
highlightedIndex = index;
|
||||
}
|
||||
|
||||
function clear() {
|
||||
export function clear() {
|
||||
selectedIndex = -1;
|
||||
highlightedIndex = -1;
|
||||
open = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue