mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Correct export
This commit is contained in:
5
svgjs/svgjs.d.ts
vendored
5
svgjs/svgjs.d.ts
vendored
@@ -7,8 +7,6 @@
|
||||
// TODO sets
|
||||
// TODO gradients
|
||||
|
||||
declare var SVG:svgjs.Library;
|
||||
|
||||
declare module svgjs {
|
||||
|
||||
export interface LinkedHTMLElement extends HTMLElement {
|
||||
@@ -272,6 +270,7 @@ declare module svgjs {
|
||||
}
|
||||
}
|
||||
|
||||
declare var SVG:svgjs.Library;
|
||||
declare module "svg.js" {
|
||||
export = svgjs
|
||||
export = SVG
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user