UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 180 B
import type { ThrelteEvents } from './types.js'; export declare const interactivityEventNames: (keyof ThrelteEvents)[]; export declare const injectInteractivityPlugin: () => void;