UNPKG

react-timeline-scheduler

Version:

A highly customizable timeline scheduler for managing production tasks in React applications.

9 lines (8 loc) 245 B
import { default as React } from 'react'; import { Coordination } from '../../../types'; interface TooltipProps { children: React.ReactNode; mousePosition: Coordination; } export declare const Tooltip: React.FC<TooltipProps>; export {};