UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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