extend examples with all components
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
length: number;
|
||||
required?: boolean;
|
||||
name: string;
|
||||
value: string;
|
||||
value?: string;
|
||||
oncomplete?: (value: string) => void;
|
||||
onchange?: (value: string) => void;
|
||||
} = $props();
|
||||
|
||||
Reference in New Issue
Block a user