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
/
useLayoutToCalEvent.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
import
{
CalEvent
}
from
'../types'
;
import
GridLayout
from
'react-grid-layout'
;
export
declare
const
useLayoutToCalEvent
:
() =>
(
layout
:
GridLayout
.
Layout
) =>
CalEvent
;