mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8801 from trodi/raphael
allow importing raphael as a module
This commit is contained in:
Vendored
+3
@@ -294,3 +294,6 @@ interface RaphaelStatic {
|
||||
}
|
||||
|
||||
declare var Raphael: RaphaelStatic;
|
||||
declare module "raphael" {
|
||||
export = Raphael;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user