diff --git a/types/three/examples/jsm/Addons.d.ts b/types/three/examples/jsm/Addons.d.ts index acbd83a88..95f777cef 100644 --- a/types/three/examples/jsm/Addons.d.ts +++ b/types/three/examples/jsm/Addons.d.ts @@ -271,7 +271,6 @@ export * as CameraUtils from "./utils/CameraUtils.js"; export * as GeometryCompressionUtils from "./utils/GeometryCompressionUtils.js"; export * as GeometryUtils from "./utils/GeometryUtils.js"; export * from "./utils/LDrawUtils.js"; -export * from "./utils/PackedPhongMaterial.js"; export * as SceneUtils from "./utils/SceneUtils.js"; export * from "./utils/ShadowMapViewer.js"; export * as SkeletonUtils from "./utils/SkeletonUtils.js";