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
/
default-row.d.ts
3 lines
(2 loc)
•
194 B
TypeScript
View Raw
1
2
3
import
{
RowRendererProps
}
from
"../types/renderers"
;
export
declare
function
DefaultRow
<T>({ node, attrs, innerRef, children, }:
RowRendererProps
<T>):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;