mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed intro.js module export (#37416)
* Fixed intro.js module export * Added myself to authors list * Small commit to force travis.ci to update 'Cause the error seems to be a network issue and I can't trigger a refresh :(
This commit is contained in:
parent
d3d1295490
commit
65ed9ab16a
3
types/intro.js/index.d.ts
vendored
3
types/intro.js/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
// Type definitions for intro.js 2.4
|
||||
// Project: https://github.com/usablica/intro.js
|
||||
// Definitions by: Maxime Fabre <https://github.com/anahkiasen>
|
||||
// Leon Montealegre <https://github.com/LeonMontealegre>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare namespace IntroJs {
|
||||
@ -92,5 +93,5 @@ declare namespace IntroJs {
|
||||
|
||||
declare var introJs: IntroJs.Factory;
|
||||
declare module 'intro.js' {
|
||||
export = IntroJs;
|
||||
export = introJs;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user