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
/
list-inner-element.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
import
React
from
"react"
;
export
declare
const
ListInnerElement
:
React
.
ForwardRefExoticComponent
<
Omit
<
any
,
"ref"
> &
React
.
RefAttributes
<
any
>>;