UNPKG

@react-three/xr

Version:

VR/AR for react-three-fiber

8 lines (7 loc) 344 B
import { HTMLProps } from 'react'; /** * Renders html elements as an overlay for handheld AR experiences * @param props Props are forwarded to a `div` element * @function */ export declare const XRDomOverlay: import("react").ForwardRefExoticComponent<Omit<HTMLProps<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;