mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add module declaration for SimpleModal.
This commit is contained in:
+5
@@ -116,3 +116,8 @@ interface JQueryStatic {
|
||||
interface JQuery {
|
||||
modal: SimpleModal.JQueryExtension;
|
||||
}
|
||||
|
||||
/** Ambient wrapper so it can be loaded through require. */
|
||||
declare module 'simplemodal' {
|
||||
export = SimpleModal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user