mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
updated the event parameter to be optional on the close method, just like it is on the open method
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@ export default class VanillaModal {
|
||||
removeOpenId(): void;
|
||||
open(allMatches: string, e?: Event): void;
|
||||
detectTransition(): boolean;
|
||||
close(e: Event): void;
|
||||
close(e?: Event): void;
|
||||
closeModal(e: Event): void;
|
||||
closeModalWithTransition(e: Event): void;
|
||||
captureNode(node: Node): void;
|
||||
|
||||
Reference in New Issue
Block a user