UNPKG

react-modern-gantt

Version:

A modern, customizable Gantt chart component for React applications with export functionality

9 lines (8 loc) 314 B
import React from "react"; import { TodayMarkerProps } from "@/types"; /** * TodayMarker Component - Displays a vertical line indicating the current date * Updated to handle full height properly and improve visual appearance */ declare const TodayMarker: React.FC<TodayMarkerProps>; export default TodayMarker;