UNPKG
react-gantt-svg
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
A React Gantt chart component library
github.com/ok-jose/react-gantt
ok-jose/react-gantt
react-gantt-svg
/
dist
/
components
/
other
/
horizontal-scroll.d.ts
9 lines
(8 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
, {
type
SyntheticEvent
}
from
'react'
;
export
declare
const
HorizontalScroll
:
React
.
FC
<{
scroll
:
number
;
svgWidth
:
number
;
taskListWidth
:
number
;
rtl
:
boolean
;
onScroll
:
(
event
:
SyntheticEvent
<
HTMLDivElement
>
) =>
void
; }>;