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
/
calendar
/
top-part-of-calendar.d.ts
12 lines
(11 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
React
from
"react"
;
declare
type
TopPartOfCalendarProps
= {
value
:
string
;
x1Line
:
number
;
y1Line
:
number
;
y2Line
:
number
;
xText
:
number
;
yText
:
number
; };
export
declare
const
TopPartOfCalendar
:
React
.
FC
<
TopPartOfCalendarProps
>;
export
{};