mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2021 from domesticmouse/patch-1
Path is defined as a class, thus extending not implementing Path.
This commit is contained in:
Vendored
+1
-1
@@ -4968,7 +4968,7 @@ declare module THREE {
|
||||
/**
|
||||
* Defines a 2d shape plane using paths.
|
||||
*/
|
||||
export class Shape implements Path {
|
||||
export class Shape extends Path {
|
||||
constructor(points?: Vector2[]);
|
||||
|
||||
holes: Path[];
|
||||
|
||||
Reference in New Issue
Block a user