UNPKG
v-calendar-fixed
Version:
latest (3.1.8)
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
A calendar and date picker plugin for Vue.js.
vcalendar.io
nathanreyes/v-calendar
v-calendar-fixed
/
src
/
components
/
BaseIcon
/
icons
/
index.ts
5 lines
(4 loc)
•
262 B
text/typescript
View Raw
1
2
3
4
5
export
{
default
as
IconChevronRight
}
from
'./IconChevronRight.vue'
;
export
{
default
as
IconChevronLeft
}
from
'./IconChevronLeft.vue'
;
export
{
default
as
IconChevronDown
}
from
'./IconChevronDown.vue'
;
export
{
default
as
IconClock
}
from
'./IconClock.vue'
;