mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-12 16:44:28 +00:00
According to https://threejs.org/docs/#api/en/core/Raycaster, the raycaster returns an object which contains a property called 'uv' which is a Vector2 object. This commit adds this to the typings to reflect this.