UNPKG
@retanaar/vi-calendar
Version:
latest (1.0.0)
1.0.0
Fork of v-calendar 3.1.2 with Vue 3.5 fix
vcalendar.io
Retanaar/vi-calendar
@retanaar/vi-calendar
/
src
/
components
/
index.ts
5 lines
(4 loc)
•
258 B
text/typescript
View Raw
1
2
3
4
5
export
{
default
as
Calendar
}
from
'./Calendar/Calendar.vue'
;
export
{
default
as
DatePicker
}
from
'./DatePicker/DatePicker.vue'
;
export
{
default
as
Popover
}
from
'./Popover/Popover.vue'
;
export
{
default
as
PopoverRow
}
from
'./Popover/PopoverRow.vue'
;