mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(): fix typescript errors
This commit is contained in:
@ -17,6 +17,8 @@ export class TextInput {
|
||||
@Input() ngModel: any;
|
||||
@Output() valueChange: EventEmitter<string> = new EventEmitter();
|
||||
@Output() focusChange: EventEmitter<boolean> = new EventEmitter();
|
||||
public type: string;
|
||||
private _relocated: boolean;
|
||||
|
||||
constructor(
|
||||
@Attribute('type') type: string,
|
||||
|
Reference in New Issue
Block a user