Merge branch 'feat-searchbar-options' of https://github.com/ionic-team/ionic into feat-searchbar-options

merge.
This commit is contained in:
Liam DeBeasi
2019-06-11 12:34:26 -04:00

View File

@ -21,7 +21,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;