UNPKG

@josmangarsal/pragmatic-scheduler

Version:
8 lines (7 loc) 297 B
/// <reference types="react" /> import { InfoFlowData } from '../types'; export declare const useEventInfoFlow: (infoFlowData: InfoFlowData | null) => { contentRef: import("react").MutableRefObject<HTMLDivElement | undefined>; isContentVisible: boolean; isEllipsis: boolean; };