mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(app): keyboard open and close events (#18478)
This commit is contained in:
4
core/src/interface.d.ts
vendored
4
core/src/interface.d.ts
vendored
@@ -56,6 +56,10 @@ export interface BackButtonEventDetail {
|
||||
register(priority: number, handler: (processNextHandler: () => void) => Promise<any> | void): void;
|
||||
}
|
||||
|
||||
export interface KeyboardEventDetail {
|
||||
keyboardHeight: number;
|
||||
}
|
||||
|
||||
export interface StyleEventDetail {
|
||||
[styleName: string]: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user