UNPKG

@deepdub/react-arborist

Version:
4 lines (3 loc) 167 B
import { TreeProps } from "../types/tree-props"; import { RootState } from "./root-reducer"; export declare const initialState: (props?: TreeProps<any>) => RootState;