This commit is contained in:
Matanel Sindilevich
2016-08-30 16:06:02 +03:00
committed by Masahiro Wakame
parent 53539f31f6
commit f5d2481f7e

View File

@@ -1,6 +1,6 @@
// Type definitions for morris.js 0.5.1
// Project: http://morrisjs.github.io/morris.js/
// Definitions by: Matthieu Mourisson <https://github.com/mareek>
// Definitions by: Matthieu Mourisson <https://github.com/mareek>, Matanel Sindilevich <https://github.com/sindilevich>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace morris {
@@ -143,4 +143,8 @@ declare namespace morris {
}
}
declare var Morris: morris.MorrisStatic;
declare module "morris" {
export = Morris;
}
declare var Morris: morris.MorrisStatic;