UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

9 lines (8 loc) 197 B
import { Color } from "three"; declare type FogProps = { color?: Color | string | number; near?: number; far?: number; }; export declare function Fog(props: FogProps): null; export {};