import { NodeData, NodePublicState, TreeProps, TreeState } from "./Tree.js"; import { FixedSizeList } from "react-window"; //#region src/utils.d.ts type DefaultTreeProps = TreeProps, FixedSizeList>; type DefaultTreeState = TreeState, FixedSizeList>; //#endregion export { DefaultTreeProps, DefaultTreeState }; //# sourceMappingURL=utils.d.ts.map