UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

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