开发:修复依赖树

pull/3028/head
ChenX 1 month ago
parent d37ec348e8
commit ffaed59001

@ -0,0 +1,5 @@
export interface SpaceParseOption
{
autoParseDepth: boolean;
}

@ -2,11 +2,7 @@ import { observable } from "mobx";
import { CADFiler } from "../../DatabaseServices/CADFiler";
import { DefaultSpaceParseOption } from "../../Editor/DefaultConfig";
import { IConfigStore } from "../../UI/Store/BoardStore";
export interface SpaceParseOption
{
autoParseDepth: boolean;
}
import { SpaceParseOption } from "./SpaceParseOption";
export class SpaceParseStore implements IConfigStore
{

Loading…
Cancel
Save