UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

5 lines (4 loc) 197 B
import type { InstanceProps } from './types.js'; declare const Instance: import("svelte").Component<InstanceProps, {}, "ref">; type Instance = ReturnType<typeof Instance>; export default Instance;