UNPKG
react-arborist
Version:
latest (3.4.3)
next (3.3.2-0)
3.4.3
3.4.2
3.4.1
3.4.0
3.3.2-0
3.3.1
3.3.1-0
3.3.0-rc.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.0
0.2.0
0.2.0-beta.1
0.2.0-beta.0
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
react-arborist.netlify.app
brimdata/react-arborist
react-arborist
/
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
{};