UNPKG

react-timeline-scheduler

Version:

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

12 lines (11 loc) 223 B
export interface Coordination { x: number; y: number; } export interface ErrorBoundaryState { hasError: boolean; error: Error | null; } export interface ErrorBoundaryProps { children: React.ReactNode; }