This commit is contained in:
Jesse Winton
2025-04-02 08:45:22 -04:00
parent 49d8003569
commit 6a9fb9fea3
11 changed files with 47 additions and 43 deletions

View File

@@ -5,7 +5,6 @@
import type { Snippet } from 'svelte';
import type { HTMLInputAttributes } from 'svelte/elements';
interface Props extends HTMLInputAttributes {
label?: string;
icon?: Snippet;