UNPKG

@inweb/viewer-three

Version:

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

9 lines (8 loc) 267 B
import { IComponent } from "@inweb/viewer-core"; import type { Viewer } from "../Viewer"; export declare class ExtentsComponent implements IComponent { private viewer; constructor(viewer: Viewer); dispose(): void; syncExtents: (event: any) => void; }