mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1662,7 +1662,7 @@ declare global {
|
||||
/**
|
||||
* The event to pass to the popover animation.
|
||||
*/
|
||||
'ev': any;
|
||||
'event': any;
|
||||
'keyboardClose': boolean;
|
||||
/**
|
||||
* Animation to use when the popover is dismissed.
|
||||
@ -5169,7 +5169,7 @@ declare global {
|
||||
/**
|
||||
* The event to pass to the popover animation.
|
||||
*/
|
||||
'ev'?: any;
|
||||
'event'?: any;
|
||||
'keyboardClose'?: boolean;
|
||||
/**
|
||||
* Animation to use when the popover is dismissed.
|
||||
|
Reference in New Issue
Block a user