@react-three/fiber 8.16.6 → 8.16.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
|
@@ -81,7 +81,7 @@ export declare type InjectState = Partial<Omit<RootState, PrivateKeys> & {
|
|
|
81
81
|
};
|
|
82
82
|
size?: Size;
|
|
83
83
|
}>;
|
|
84
|
-
declare function createPortal(children: React.ReactNode, container: THREE.Object3D, state?: InjectState):
|
|
84
|
+
declare function createPortal(children: React.ReactNode, container: THREE.Object3D, state?: InjectState): JSX.Element;
|
|
85
85
|
declare const act: any;
|
|
86
86
|
export * from './hooks';
|
|
87
87
|
export { context, render, createRoot, unmountComponentAtNode, createPortal, reconciler, applyProps, dispose, invalidate, advance, extend, addEffect, addAfterEffect, addTail, flushGlobalEffects, getRootState, act, buildGraph, roots as _roots, };
|
|
@@ -390,22 +390,4 @@ declare global {
|
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
declare module 'react' {
|
|
394
|
-
namespace JSX {
|
|
395
|
-
interface IntrinsicElements extends ThreeElements {
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
declare module 'react/jsx-runtime' {
|
|
400
|
-
namespace JSX {
|
|
401
|
-
interface IntrinsicElements extends ThreeElements {
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
declare module 'react/jsx-dev-runtime' {
|
|
406
|
-
namespace JSX {
|
|
407
|
-
interface IntrinsicElements extends ThreeElements {
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
393
|
export {};
|