diff --git a/packages/fiber/src/three-types.ts b/packages/fiber/src/three-types.ts index d660d1eae2..a4f30be953 100644 --- a/packages/fiber/src/three-types.ts +++ b/packages/fiber/src/three-types.ts @@ -36,10 +36,11 @@ interface ReactProps

{ key?: React.Key } -type NodeProps = Omit, 'object'> & - Partial & MathProps

& EventProps

> +type NodeProps = Partial< + Overwrite, ReactProps

& MathProps

& EventProps

> +> -export type Node = Mutable>, NodeProps>> +export type Node = Mutable, Omit, 'object'>>> type ThreeExports = typeof THREE type ThreeElementsImpl = {