-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12a312f
commit a4e0eae
Showing
6 changed files
with
57 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default imgZoom; | ||
declare namespace imgZoom { | ||
export { Version }; | ||
export { Title }; | ||
export { Author }; | ||
export function init(): { | ||
SetOption: typeof SetOption; | ||
SetTitle: typeof SetTitle; | ||
Open: typeof Open; | ||
Close: typeof Close; | ||
ThemeSwitch: typeof ThemeSwitch; | ||
}; | ||
} | ||
declare var Version: string; | ||
declare var Title: string; | ||
declare var Author: string; | ||
declare function SetOption(obj: any): void; | ||
declare function SetTitle(title: any): void; | ||
declare function Open(event: any): void; | ||
declare function Close(): void; | ||
declare function ThemeSwitch(type: any, event: any): void; | ||
//# sourceMappingURL=imgZoom.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.