File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,14 @@ export function setBottomPadding(padding: number): Promise<void>;
155155 * @param {string } type
156156 * @param {() => void } handler
157157 */
158- export function addEventListener ( type : string , handler : ( ) => void ) : void ;
158+ export function addEventListener ( type : string , handler : ( event ?: any ) => void ) : void ;
159159
160160/**
161161 * removeEventListener
162162 * @param {string } type
163163 * @param {() => void } handler
164164 */
165- export function removeEventListener ( type : string , handler : ( ) => void ) : void ;
165+ export function removeEventListener ( type : string , handler : ( event ?: any ) => void ) : void ;
166166
167167/**
168168 * To enable iOS push notifications, simply call the following anywhere in your code:
You can’t perform that action at this time.
0 commit comments