UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

4 lines (3 loc) 223 B
import { MutableRefObject } from "react"; import { Raycaster } from "three"; export declare const useDragSelect: (input: HTMLInputElement, text: MutableRefObject<any>, raycaster: Raycaster, focusInput: () => void) => void;