UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

8 lines (7 loc) 243 B
import type { ContactShadowsProps } from './types'; declare const ContactShadows: import("svelte").Component<ContactShadowsProps, { /** * Renders the shadows. */ refresh: () => void; }, "ref">; export default ContactShadows;