UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

8 lines (7 loc) 209 B
declare type InfinitePlaneProps = { height?: number; size?: [number, number]; visible?: boolean; }; export declare function InfinitePlane(props: InfinitePlaneProps): JSX.Element | null; export {};