@pmndrs/handle
Advanced tools
Comparing version 6.5.3 to 6.5.4
@@ -100,3 +100,3 @@ import { Group, Vector3 } from 'three'; | ||
import { HandleOptions, HandleTransformOptions } from '@pmndrs/handle' | ||
import { GroupProps } from '@react-three/fiber' | ||
import { ThreeElements } from '@react-three/fiber' | ||
import { FreeScaleControl } from './free.js' | ||
@@ -108,3 +108,3 @@ import { HandlesAxisHighlight } from '../axis.js' | ||
export type ScaleHandlesProperties = GroupProps & | ||
export type ScaleHandlesProperties = ThreeElements['group'] & | ||
Pick<HandleOptions<any>, 'alwaysUpdate' | 'apply' | 'stopPropagation'> & { | ||
@@ -111,0 +111,0 @@ enabled?: Exclude<HandleTransformOptions, Array<Vector3Tuple>> |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/pmndrs/xr", | ||
"version": "6.5.3", | ||
"version": "6.5.4", | ||
"keywords": [ | ||
@@ -25,3 +25,3 @@ "r3f", | ||
"zustand": "^4.5.2", | ||
"@pmndrs/pointer-events": "^6.5.3" | ||
"@pmndrs/pointer-events": "^6.5.4" | ||
}, | ||
@@ -28,0 +28,0 @@ "files": [ |
168671