UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

7 lines (6 loc) 180 B
import { Color } from "three"; declare type BackgroundProps = { color: Color | string | number; }; export declare function Background(props: BackgroundProps): null; export {};