mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Morris.js typings miss the module declaration (https://github.com/DefinitelyTyped/DefinitelyTyped/issues/10865). (#10867)
This commit is contained in:
committed by
Masahiro Wakame
parent
53539f31f6
commit
f5d2481f7e
8
morris.js/morris.js.d.ts
vendored
8
morris.js/morris.js.d.ts
vendored
@@ -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;
|
||||
Reference in New Issue
Block a user