import type { Snippet } from 'svelte'; export type OptionPillOption = { value: T; label: string; /** Thumbnail content — icon, image, color swatch, avatar, anything. */ thumb?: Snippet; disabled?: boolean; };