UNPKG

@inweb/viewer-core

Version:

3D CAD and BIM data Viewer core

8 lines (7 loc) 221 B
import type { IViewer } from "../viewer/IViewer"; import type { IDragger } from "./IDraggers"; export declare class Dragger implements IDragger { name: string; constructor(viewer: IViewer); dispose(): void; }