UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

8 lines (7 loc) 186 B
declare type HDRIProps = { src: string; disableBackground?: boolean; disableEnvironment?: boolean; }; export declare function HDRI(props: HDRIProps): JSX.Element; export {};