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