UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

5 lines (4 loc) 186 B
import { Sky } from 'three/examples/jsm/objects/Sky.js'; import type { SkyProps } from './types'; declare const Sky: import("svelte").Component<SkyProps, {}, "ref">; export default Sky;