From d66780309a2963cf26098b7ee32fcd762d1c6a0d Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 17 Nov 2017 17:23:44 +0800 Subject: [PATCH] clear code. --- types/three/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;