UNPKG

@josmangarsal/pragmatic-scheduler

Version:
3 lines (2 loc) 149 B
import { CalEvent, ExtendedGridLayout } from '../types'; export declare const useCalcEventPosition: () => (event: CalEvent) => ExtendedGridLayout;