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
/
state
/
initial.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
import
{
TreeProps
}
from
"../types/tree-props"
;
import
{
RootState
}
from
"./root-reducer"
;
export
declare
const
initialState
:
(
props
?:
TreeProps
<
any
>
) =>
RootState
;