UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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