mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
refactor(popover): get popover working with dom, react, angular components
This commit is contained in:
3
packages/core/src/components.d.ts
vendored
3
packages/core/src/components.d.ts
vendored
@ -1920,7 +1920,7 @@ declare global {
|
||||
mode?: string;
|
||||
color?: string;
|
||||
component?: string;
|
||||
componentProps?: any;
|
||||
data?: any;
|
||||
cssClass?: string;
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
@ -1930,6 +1930,7 @@ declare global {
|
||||
showBackdrop?: boolean;
|
||||
translucent?: boolean;
|
||||
animate?: boolean;
|
||||
delegate?: FrameworkDelegate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user