mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(tslint): fix noImplicitAny errors
This commit is contained in:
@ -35,7 +35,7 @@ export class MenuClose {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@Input() menuClose;
|
||||
@Input() menuClose: string;
|
||||
|
||||
constructor(private _menu: MenuController) {}
|
||||
|
||||
|
Reference in New Issue
Block a user