allow importing raphael as a module

This commit is contained in:
Troy McKinnon
2016-03-31 19:45:21 -05:00
parent e937b3e64a
commit ffaaf5d5d5
+3
View File
@@ -294,3 +294,6 @@ interface RaphaelStatic {
}
declare var Raphael: RaphaelStatic;
declare module "raphael" {
export = Raphael;
}