mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: run prettier [ci skip]
This commit is contained in:
parent
f59ccf77ff
commit
46c611f638
9 changed files with 37 additions and 30 deletions
|
@ -9,11 +9,11 @@
|
|||
* Obtain a reference to the input HTML element
|
||||
* @type {null | HTMLDivElement} [ref=null]
|
||||
*/
|
||||
export let ref = null;
|
||||
export let ref = null;
|
||||
</script>
|
||||
|
||||
<div
|
||||
bind:this={ref}
|
||||
bind:this="{ref}"
|
||||
role="listbox"
|
||||
id="menu-{id}"
|
||||
class:bx--list-box__menu="{true}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue