UNPKG

@threlte/core

Version:

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

5 lines (4 loc) 174 B
import { type Plugin } from '../../../plugins/types.js'; export declare const usePlugins: (args: () => Parameters<Plugin>[0]) => { pluginsProps: string[]; } | undefined;