Skip to content

Commit ddc9435

Browse files
committed
fix: Add all types export (fixes #1179)
1 parent bd5bd85 commit ddc9435

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)