mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #4127 from demeshkin/patch-1
Added correct export module name to svgjs definition
This commit is contained in:
Vendored
+4
@@ -269,3 +269,7 @@ declare module svgjs {
|
||||
f?: number;
|
||||
}
|
||||
}
|
||||
|
||||
declare module "svg.js" {
|
||||
export = svgjs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user