UNPKG
@josmangarsal/pragmatic-scheduler
Version:
latest (1.6.4)
1.6.4
1.6.2
1.6.1
1.5.4
1.4.2
React resource scheduler
paul-orchid.github.io/pragmatic-scheduler
paul-orchid/pragmatic-scheduler
@josmangarsal/pragmatic-scheduler
/
dist
/
hooks
/
useDateToDivisions.d.ts
5 lines
(4 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
import
{
DivisionDetail
,
ScheduleDay
}
from
'../types'
;
export
declare
const
useDateToDivisions
:
() =>
{
dateToDivisions
:
(
date
:
Date
,
divisionDetails
:
DivisionDetail
[]
) =>
ScheduleDay
; };