↓ 2 callersFunctiongetBackProps(
{ minDate, offsetMonth, handleOffsetChanged }: BackArg0,
// @ts-ignore
{ onClick, offset = 1, calendar
src/utils/dayzed/dayzed.ts:59
↓ 2 callersFunctiongetForwardProps(
{ maxDate, offsetMonth, handleOffsetChanged }: ForwardArg0,
// @ts-ignore
{ onClick, offset = 1, calen
src/utils/dayzed/dayzed.ts:82
↓ 1 callersFunctiongetCalendars({
date,
selected,
monthsToDisplay,
offset,
minDate,
maxDate,
firstDayOfWeek,
showOutsideDays,
src/utils/dayzed/utils.ts:217
↓ 1 callersFunctionuseDayzed({
date = new Date(),
maxDate,
minDate,
monthsToDisplay = 1,
firstDayOfWeek = 0,
showOutsideDays =
src/utils/dayzed/dayzed.ts:102
FunctionCalendarPanel({
dayzedHookProps,
configs,
propsConfigs,
disabledDates,
onMouseEnterHighlight,
checkInRange,
})
src/components/calendarPanel.tsx:35
FunctionDayOfMonth({
dateObj,
isInRange,
disabledDates,
getDateProps,
onMouseEnterHighlight,
styleBtnProps,
})
src/components/dayOfMonth.tsx:15
FunctionRangeDatepicker({
configs,
id,
name,
selectedDates,
minDate,
maxDate,
onDateChange,
disabled,
children,
u
src/range.tsx:103
FunctionSingleDatepicker({
date: selectedDate,
name,
disabled,
onDateChange,
id,
minDate,
maxDate,
configs,
usePorta
src/single.tsx:91