Skip to content

Commit a96013f

Browse files
committed
fix: Add all types export (fixes #1179)
1 parent 215a4d0 commit a96013f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { default as VueDatePicker } from './VueDatePicker/VueDatePickerRoot.vue';
22
export { TZDate } from '@date-fns/tz';
3+
export * from './VueDatePicker/types';

0 commit comments

Comments
 (0)