mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
feat(modal): clicking handle advances to the next breakpoint (#25540)
Resolves #24069
This commit is contained in:
@ -63,6 +63,7 @@ export declare interface IonModal extends Components.IonModal {
|
||||
'enterAnimation',
|
||||
'event',
|
||||
'handle',
|
||||
'handleBehavior',
|
||||
'initialBreakpoint',
|
||||
'isOpen',
|
||||
'keyboardClose',
|
||||
@ -93,6 +94,7 @@ export declare interface IonModal extends Components.IonModal {
|
||||
'enterAnimation',
|
||||
'event',
|
||||
'handle',
|
||||
'handleBehavior',
|
||||
'initialBreakpoint',
|
||||
'isOpen',
|
||||
'keyboardClose',
|
||||
|
Reference in New Issue
Block a user