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
/
grid
/
grid.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
import
{
GridBodyProps
}
from
"./grid-body"
;
export
declare
type
GridProps
=
GridBodyProps
;
export
declare
const
Grid
:
React
.
FC
<
GridProps
>;