Update core/src/components/searchbar/searchbar.tsx

Co-Authored-By: Manu MA <manu.valladolid@gmail.com>
This commit is contained in:
Liam DeBeasi
2019-06-11 12:05:44 -04:00
committed by GitHub
parent 577318be15
commit b8b8d697f4

View File

@ -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;