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
/
dist
/
types
/
tests
/
unit
/
specs
/
slots.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
import
{
type
ComponentMount
}
from
'./utils'
;
export
declare
function
testCalendarSlots
(
mountFn
:
ComponentMount
):
void
;
export
declare
function
testDatePickerSlots
(
mountFn
:
ComponentMount
):
void
;