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
/
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
>>;