extend examples with all components

This commit is contained in:
Elijah Duffy
2025-07-03 09:58:34 -07:00
parent 08a4ecbafc
commit f2994abad2
2 changed files with 85 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
length: number;
required?: boolean;
name: string;
value: string;
value?: string;
oncomplete?: (value: string) => void;
onchange?: (value: string) => void;
} = $props();