UNPKG

@thetechcompany/react-gantt-timeline

Version:

[![npm](https://img.shields.io/npm/v/react-gantt-timeline.svg?style=flat-square)](http://npm.im/react-gantt-timeline) [![MIT License](https://img.shields.io/npm/l/react-list.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![Travis](https://tr

19 lines (18 loc) 479 B
import React from 'react'; export interface HeaderProps { nowposition?: number; scrollLeft?: number; currentday?: number; mode?: string; dayWidth?: number; currentDate?: Date; numVisibleDays?: number; headerData?: any; currentPosition?: { x: number; y: number; }; className?: string; } declare const _default: import("styled-components").StyledComponent<React.FC<HeaderProps>, any, {}, never>; export default _default;