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
/
helpers
/
datePositionHelper.d.ts
2 lines
(1 loc)
•
119 B
TypeScript
View Raw
1
2
export
declare
const
dateToPosition
:
(
currentDate
:
Date
,
startDate
:
Date
,
endDate
:
Date
,
endWidth
:
number
) =>
number
;