feat(multi-select): export inputRef prop

This commit is contained in:
Eric Y Liu 2021-04-01 16:23:39 -07:00
commit 93613bd9f5
4 changed files with 23 additions and 3 deletions

View file

@ -5781,6 +5781,16 @@
"isFunction": false,
"constant": false,
"reactive": false
},
{
"name": "inputRef",
"kind": "let",
"description": "Obtain a reference to the input HTML element",
"type": "null | HTMLInputElement",
"value": "null",
"isFunction": false,
"constant": false,
"reactive": true
}
],
"slots": [],
@ -6369,7 +6379,7 @@
"type": "typeof import(\"carbon-icons-svelte\").CarbonIcon",
"isFunction": false,
"constant": false,
"reactive": false
"reactive": true
},
{
"name": "iconClass",