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