UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

7 lines (6 loc) 300 B
export declare const useHTMLInput: (type: "file" | "text" | "password") => HTMLInputElement; export declare const useTextInput: (type: "text" | "password" | "number", value: string, onChange: (s: string) => void) => { input: HTMLInputElement; focused: boolean; focusInput: () => void; };