UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

6 lines (5 loc) 248 B
import { ShaderMaterial } from 'three'; import type { Props } from '@threlte/core'; declare const UvMaterial: import("svelte").Component<Props<ShaderMaterial>, {}, "ref">; type UvMaterial = ReturnType<typeof UvMaterial>; export default UvMaterial;