2 import type { Snippet } from 'svelte';
8 onmouseenter?: () => void;
15 class: className = '',
27 data-picker-index={dataIndex}
31 class="flex w-full cursor-pointer items-start gap-3 rounded-lg px-3 py-2 text-left hover:bg-accent/50 {isSelected
33 : ''} {disabled ? 'cursor-not-allowed opacity-50' : ''} {className}"