UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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