UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

10 lines (9 loc) 227 B
import { Point3D } from '../../misc'; import { Path } from './Path'; export declare const dragData: { eventIds: string[]; dragging: boolean; path: Path; pointIndex: number; oldPosition: Point3D; };