diff --git a/types/three/index.d.ts b/types/three/index.d.ts index da9bc5f452..58c72301c0 100644 --- a/types/three/index.d.ts +++ b/types/three/index.d.ts @@ -30,6 +30,6 @@ export * from "./three-transformcontrols"; export * from "./three-vrcontrols"; export * from "./three-vreffect"; export * from "./three-OutlinePass"; -export * from "./three-SMAAPass.d"; +export * from "./three-SMAAPass"; export as namespace THREE;