diff --git a/types/three/src/nodes/tsl/TSLCore.d.ts b/types/three/src/nodes/tsl/TSLCore.d.ts index 14fe026d5..624021119 100644 --- a/types/three/src/nodes/tsl/TSLCore.d.ts +++ b/types/three/src/nodes/tsl/TSLCore.d.ts @@ -35,6 +35,8 @@ export interface NodeElements { export function addMethodChaining(name: string, nodeElement: unknown): void; +export function addMethodsChaining(object: { readonly [key: string]: unknown }): void; + export type SwizzleCharacter = "x" | "y" | "z" | "w" | "r" | "g" | "b" | "a" | "s" | "t" | "p" | "q"; export type SwizzleOption = Exclude<