UNPKG
@deepdub/react-arborist
Version:
latest (3.4.2)
3.4.2
3.4.1
react-arborist.netlify.app
brimdata/react-arborist
@deepdub/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
{};