2 import type { Snippet } from 'svelte';
11 let { isSelected = false, onClick, dataIndex, children }: Props = $props();
16 data-picker-index={dataIndex}
18 class="flex w-full cursor-pointer items-start gap-3 rounded-lg px-3 py-2 text-left hover:bg-accent/50 {isSelected