import type { SelectOption } from './select.types.js'; /** * Select component - Dropdown select with search and multi-select support. * * Uses Composable Architecture pattern with reducer and store for * state management and keyboard navigation. * * @example * ```svelte *