mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(modal): handleBehavior can be used with controller (#25821)
resolves #25820
This commit is contained in:
@ -28,6 +28,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
|
||||
initialBreakpoint?: number;
|
||||
backdropBreakpoint?: number;
|
||||
handle?: boolean;
|
||||
handleBehavior?: ModalHandleBehavior;
|
||||
}
|
||||
|
||||
export interface ModalAnimationOptions {
|
||||
|
Reference in New Issue
Block a user