UNPKG
react-arborist-simple
Version:
latest (3.5.0)
3.5.0
3.4.0
react-arborist-simple.netlify.app
brimdata/react-arborist-simple
react-arborist-simple
/
dist
/
main
/
components
/
outer-drop.d.ts
5 lines
(4 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
import
{
ReactElement
}
from
"react"
;
export
declare
function
OuterDrop
(
props
: { children: ReactElement; }
):
ReactElement
<
any
,
string
|
import
(
"react"
).
JSXElementConstructor
<
any
>>;