UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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