mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix clone method type annotations
This commit is contained in:
Vendored
+1
-1
@@ -4131,7 +4131,7 @@ declare module THREE {
|
||||
material: Material; // LineDashedMaterial or LineBasicMaterial or ShaderMaterial
|
||||
|
||||
raycast(raycaster: Raycaster, intersects: any): void;
|
||||
clone(object?: Line): Line;
|
||||
clone(object?: LineSegments): LineSegments;
|
||||
}
|
||||
|
||||
enum LineMode{}
|
||||
|
||||
Reference in New Issue
Block a user