feature/storybook-coverage #18

Merged
ilia merged 8 commits from feature/storybook-coverage into main 2026-01-18 18:00:42 +00:00
Showing only changes of commit cca69a73ce - Show all commits

View File

@@ -18,7 +18,7 @@ import type { Snippet } from 'svelte';
interface Props { interface Props {
/** Unique identifier for the input element */ /** Unique identifier for the input element */
id: string; id?: string;
/** Current search value (bindable) */ /** Current search value (bindable) */
value: string; value: string;
/** Additional CSS classes for the container */ /** Additional CSS classes for the container */