UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

7 lines (6 loc) 208 B
import * as React from 'react'; export type HudProps = { children: React.ReactNode; renderPriority?: number; }; export declare function Hud({ children, renderPriority }: HudProps): React.JSX.Element;