UNPKG

@threlte/core

Version:

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

3 lines (2 loc) 177 B
import type { BaseProps, MaybeInstance } from '../types'; export declare const useAttach: <T extends unknown>(getRef: () => T, getAttach: () => BaseProps<T>["attach"]) => void;