UNPKG

@pmndrs/uikit

Version:

Build performant 3D user interfaces with Three.js and yoga.

4 lines (3 loc) 254 B
import type { Signal } from '@preact/signals-core'; import type { Vector2Tuple } from 'three'; export declare function updateHtmlSelectionRange(target: Signal<Vector2Tuple | undefined>, element: HTMLInputElement | HTMLTextAreaElement | undefined): void;