UNPKG
react-grid-resizable
Version:
latest (1.0.0)
1.0.0
React Grid Resizable Component
github.com/netcell/react-grid-resizable
netcell/react-grid-resizable
react-grid-resizable
/
lib
/
GridWrapper
/
RowsWrapper.d.ts
5 lines
(4 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
GridWrapperProps
}
from
'./GridWrapper'
;
import
{
CellProps
}
from
'../CellWrapper/Cell'
;
export
declare
const
RowsWrapper
:
(
props
:
GridWrapperProps
<
CellProps
>
) =>
JSX
.
Element
;