diff --git a/core/src/components/modal/modal-interface.ts b/core/src/components/modal/modal-interface.ts index 0b3ce7f901..7cc22f842b 100644 --- a/core/src/components/modal/modal-interface.ts +++ b/core/src/components/modal/modal-interface.ts @@ -25,6 +25,7 @@ export interface ModalOptions { backdropBreakpoint?: number; handle?: boolean; handleBehavior?: ModalHandleBehavior; + expandToScroll?: boolean; } export interface ModalAnimationOptions {