UNPKG
gantt-task-react-pro
Version:
latest (0.1.1)
0.1.1
0.1.0
fork gantt-task-react
github.com/YuanBingrui/gantt-task-react-pro
YuanBingrui/gantt-task-react-pro
gantt-task-react-pro
/
dist
/
components
/
other
/
horizontal-scroll.d.ts
9 lines
(8 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
, {
SyntheticEvent
}
from
"react"
;
export
declare
const
HorizontalScroll
:
React
.
FC
<{
scroll
:
number
;
svgWidth
:
number
;
taskListWidth
:
number
;
rtl
:
boolean
;
onScroll
:
(
event
:
SyntheticEvent
<
HTMLDivElement
>
) =>
void
; }>;