mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Allow import statement from Typescript (#8911)
This commit is contained in:
committed by
Masahiro Wakame
parent
abe95c4057
commit
c02da04ba0
Vendored
+4
@@ -557,3 +557,7 @@ declare namespace Chartist {
|
||||
}
|
||||
|
||||
declare var Chartist: Chartist.ChartistStatic;
|
||||
|
||||
declare module 'chartist' {
|
||||
export = Chartist;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user