UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 149 B
import type { InstanceProps } from './types'; declare const Instance: import("svelte").Component<InstanceProps, {}, "ref">; export default Instance;