UNPKG

@josmangarsal/pragmatic-scheduler

Version:
10 lines (9 loc) 285 B
import { CalEvent } from '../types'; export declare const useUnassignedEventPosition: () => (containerWidth: number, event: CalEvent) => { minWidth: number; secondsToWidthConversion: number; left: number; width: number; top: number; height: number; };