UNPKG
react-arborist-simple
Version:
latest (3.5.0)
3.5.0
3.4.0
react-arborist-simple.netlify.app
brimdata/react-arborist-simple
react-arborist-simple
/
dist
/
module
/
components
/
row-container.d.ts
8 lines
(7 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
type
Props
= {
style
:
React
.
CSSProperties
;
index
:
number
; };
export
declare
const
RowContainer
:
React
.
MemoExoticComponent
<(<T>
(
{ index, style, }:
Props
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
)>;
export
{};