mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(keyboard): move to utils
This commit is contained in:
@ -33,6 +33,7 @@ export class Toast implements OverlayInterface {
|
||||
@Prop({ connect: 'ion-animation-controller' }) animationCtrl: HTMLIonAnimationControllerElement;
|
||||
@Prop({ context: 'config' }) config: Config;
|
||||
@Prop() overlayId: number;
|
||||
@Prop() keyboardClose = false;
|
||||
|
||||
/**
|
||||
* Animation to use when the toast is presented.
|
||||
|
||||
Reference in New Issue
Block a user