UNPKG

@takram/three-atmosphere

Version:
9 lines (8 loc) 277 B
import { PrecomputedTextures } from '../types'; /** * @deprecated Use useLoader with PrecomputedTexturesLoader instead. * This will be removed in the future release. */ export declare function useAtmosphereTextureProps(url?: string): { textures: PrecomputedTextures; };