UNPKG

@inweb/viewer-three

Version:

JavaScript library for rendering CAD and BIM files in a browser using Three.js

6 lines (5 loc) 213 B
import type { Viewer } from "../Viewer"; import { CuttingPlaneDragger } from "./CuttingPlaneDragger"; export declare class CuttingPlaneXAxisDragger extends CuttingPlaneDragger { constructor(viewer: Viewer); }