use HTMLDivElement instead for ListBox ref

This commit is contained in:
weaseldotro 2020-10-05 16:45:35 +03:00 committed by GitHub
commit 4c65a8f775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
/**
* Obtain a reference to the input HTML element
* @type {null | HTMLInputElement} [ref=null]
* @type {null | HTMLDivElement} [ref=null]
*/
export let ref = null;
</script>