import { BaseEvent } from "three"; /** * Events emitted by settings. * * @group Settings */ export interface SettingsEventMap { change: BaseEvent; }