mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(all): type issues with TS 3.2
This commit is contained in:

committed by
Manu MA

parent
63cbc92741
commit
aa9d0d4282
@ -79,7 +79,7 @@ export class BackButton implements ComponentInterface {
|
||||
<button
|
||||
type="button"
|
||||
class="button-native"
|
||||
onClick={ev => this.onClick(ev)}
|
||||
onClick={(ev: Event) => this.onClick(ev)}
|
||||
>
|
||||
<span class="button-inner">
|
||||
{backButtonIcon && <ion-icon icon={backButtonIcon} lazy={false}></ion-icon>}
|
||||
|
Reference in New Issue
Block a user