UNPKG

@react-three/xr

Version:

VR/AR for react-three-fiber

5 lines (4 loc) 164 B
import { ReactNode } from 'react'; export declare function XRElements({ children }: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element | null;