mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
Update core/src/components/searchbar/searchbar.tsx
Co-Authored-By: Manu MA <manu.valladolid@gmail.com>
This commit is contained in:
@ -19,7 +19,7 @@ export class Searchbar implements ComponentInterface {
|
||||
private isCancelVisible = false;
|
||||
private shouldAlignLeft = true;
|
||||
|
||||
@Element() el!: HTMLStencilElement;
|
||||
@Element() el!: HTMLIonSearchbarElement;
|
||||
|
||||
@Prop({ context: 'config' }) config!: Config;
|
||||
@Prop({ context: 'document' }) doc!: Document;
|
||||
|
||||
Reference in New Issue
Block a user