UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

7 lines (6 loc) 173 B
declare type WorldLightsProps = { enabled?: boolean; directional?: boolean; }; export default function WorldLights(props: WorldLightsProps): JSX.Element; export {};