UNPKG

@threlte/core

Version:

A 3D framework for the web, built on top of Svelte and Three.js

3 lines (2 loc) 175 B
import type { MaybeInstance } from '../types.js'; export declare const useEvents: <T>(getRef: () => MaybeInstance<T>, propKeys: string[], props: Record<string, any>) => void;