UNPKG
@vitorlans/react-table-ui
Version:
latest (0.1.5)
0.1.5
0.1.4
Out-of-the-box UI for React-Table 7
react-table-ui.js.org
GuptaSiddhant/react-table-ui
@vitorlans/react-table-ui
/
dist
/
common
/
Cell.d.ts
5 lines
(4 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
'react'
;
export
declare
const
CellStyle
:
string
;
declare
const
Cell
:
React
.
ForwardRefExoticComponent
<
React
.
HTMLAttributes
<
HTMLDivElement
> &
React
.
RefAttributes
<
HTMLDivElement
>>;
export
default
Cell
;