UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 211 B
import { type CurrentWritable } from '@threlte/core'; import type { ComputeFunction } from './context'; export declare const getDefaultComputeFunction: (target: CurrentWritable<HTMLElement>) => ComputeFunction;