UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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