UNPKG
@jchinkle/react-arborist
Version:
latest (3.0.7)
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
react-arborist.netlify.app
jchinkle/react-arborist
@jchinkle/react-arborist
/
dist
/
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
{};