UNPKG

awatif-ui

Version:

Awatif User Interface

7 lines (5 loc) 143 B
import * as THREE from "three"; export interface IResultObject extends THREE.Group { updateScale(scale: number): void; dispose(): void; }