UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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