UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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