import { ISVGOptions } from "../../core"; import { BackgroundThreadEngineImpl } from "./manager"; import { BackgroundSnapshotThreadImpl } from "./snapshot"; import { VBackgroundNodeManager } from "./vNodeManager"; export interface ISVGElementToolProps { workId: string; toolsOpt: ISVGOptions; vNodes: VBackgroundNodeManager; manager: BackgroundThreadEngineImpl | BackgroundSnapshotThreadImpl; }