diff --git a/src/components/types/DatePicker.ts b/src/components/types/DatePicker.ts index 6d73a61f..75c9f30e 100644 --- a/src/components/types/DatePicker.ts +++ b/src/components/types/DatePicker.ts @@ -10,4 +10,4 @@ export interface DatePickerProps { export type DatePickerEmits = { (event: 'update:modelValue', value: string): void (event: 'change', value: string): void -} \ No newline at end of file +}