@react-three/fiber 8.15.6 → 8.15.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -86,7 +86,7 @@ export interface PointerCaptureTarget {
|
|
|
86
86
|
intersection: Intersection;
|
|
87
87
|
target: Element;
|
|
88
88
|
}
|
|
89
|
-
export declare function getEventPriority(): 1 |
|
|
89
|
+
export declare function getEventPriority(): 1 | 4 | 16;
|
|
90
90
|
export declare function removeInteractivity(store: UseBoundStore<RootState>, object: THREE.Object3D): void;
|
|
91
91
|
export declare function createEvents(store: UseBoundStore<RootState>): {
|
|
92
92
|
handlePointer: (name: string) => (event: DomEvent) => void;
|
|
@@ -10,7 +10,7 @@ export declare type _XRFrame = THREE.WebGLRenderTargetOptions extends {
|
|
|
10
10
|
/**
|
|
11
11
|
* Returns `true` with correct TS type inference if an object has a configurable color space (since r152).
|
|
12
12
|
*/
|
|
13
|
-
export declare const hasColorSpace: <T extends object |
|
|
13
|
+
export declare const hasColorSpace: <T extends object | THREE.Texture | Renderer, P = T extends Renderer ? {
|
|
14
14
|
outputColorSpace: string;
|
|
15
15
|
} : {
|
|
16
16
|
colorSpace: string;
|