UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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