diff --git a/raphael/raphael.d.ts b/raphael/raphael.d.ts index 54cdc3514..fe5778ff4 100644 --- a/raphael/raphael.d.ts +++ b/raphael/raphael.d.ts @@ -294,3 +294,6 @@ interface RaphaelStatic { } declare var Raphael: RaphaelStatic; +declare module "raphael" { + export = Raphael; +}