UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

8 lines (7 loc) 199 B
import { ReactNode } from "react"; declare type LookAtPlayer = { enabled?: boolean; children: ReactNode; }; export declare function LookAtPlayer(props: LookAtPlayer): JSX.Element; export {};