UNPKG

react-gantt-lightweight

Version:
9 lines (8 loc) 214 B
/// <reference types="react" /> import { BodyRectProps, YearListIF } from "../types"; declare const Mark: React.FC<{ days: YearListIF[]; width: number; bodyRect: BodyRectProps; }>; export default Mark;