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