UNPKG

spatial-controls

Version:

Configurable 3D movement controls.

10 lines (9 loc) 157 B
import { BaseEvent } from "three"; /** * Events emitted by settings. * * @group Settings */ export interface SettingsEventMap { change: BaseEvent; }