Update index.d.ts

This commit is contained in:
Grégory Nain
2017-06-07 17:43:52 +02:00
committed by GitHub
parent f7636dec13
commit 5186e49fda
+2 -2
View File
@@ -1266,5 +1266,5 @@ declare class Dygraph {
}
declare module "dygraphs" {
export = Dygraph;
}
export default Dygraph;
}