Skip to content

Commit

Permalink
style: Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Oct 30, 2024
1 parent c7be2db commit 2e14f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/types/DatePicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export interface DatePickerProps {
export type DatePickerEmits = {
(event: 'update:modelValue', value: string): void
(event: 'change', value: string): void
}
}

0 comments on commit 2e14f0e

Please sign in to comment.