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
/
src
/
index.ts
5 lines
(4 loc)
•
200 B
text/typescript
View Raw
1
2
3
4
5
export
{
RowsWrapper
}
from
'./GridWrapper/RowsWrapper'
;
export
{
ColsWrapper
}
from
'./GridWrapper/ColsWrapper'
;
export
{
Row
}
from
'./CellWrapper/Row'
;
export
{
Col
}
from
'./CellWrapper/Col'
;