mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Make export a module (#20474)
This commit is contained in:
committed by
Masahiro Wakame
parent
177aab9f5b
commit
0ac7980c24
Vendored
+6
-2
@@ -3,6 +3,12 @@
|
||||
// Definitions by: David Pires <https://github.com/Davidblkx>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare const ScrollReveal: scrollReveal.ScrollRevealObject;
|
||||
|
||||
declare module 'ScrollReveal' {
|
||||
export = ScrollReveal;
|
||||
}
|
||||
|
||||
declare namespace scrollReveal {
|
||||
interface ScrollRevealRotateObject {
|
||||
x?: number;
|
||||
@@ -64,5 +70,3 @@ declare namespace scrollReveal {
|
||||
sync(): void;
|
||||
}
|
||||
}
|
||||
|
||||
declare var ScrollReveal: scrollReveal.ScrollRevealObject;
|
||||
Reference in New Issue
Block a user