From 2e14f0edbc6301ad6e728b0556e79f7d2e41d3dc Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 30 Oct 2024 19:00:34 +0530 Subject: [PATCH] style: Fix linter warning --- src/components/types/DatePicker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}