Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit c9f9f3d

Browse files
committed
chore: Update type definition
1 parent 6447ee3 commit c9f9f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/ban-types */
22
import { DefineComponent, ComputedOptions, ComponentOptionsMixin, MethodOptions } from 'vue';
33

4-
type EmitEvents = 'update:modelValue' | 'textSubmit' | 'closed' | 'cleared';
4+
type EmitEvents = 'update:modelValue' | 'textSubmit' | 'closed' | 'cleared' | 'open';
55

66
interface Vue3DatePicker {
77
is24?: boolean;

0 commit comments

Comments
 (0)