mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(all): additional tslint rules
This commit is contained in:
@ -203,7 +203,8 @@ export class Toggle {
|
||||
name={this.name}
|
||||
value={this.value}
|
||||
disabled={this.disabled}
|
||||
ref={r => this.nativeInput = (r as any)}/>,
|
||||
ref={r => this.nativeInput = (r as any)}
|
||||
/>,
|
||||
<slot></slot>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user