diff --git a/core/src/components/picker/picker-interface.ts b/core/src/components/picker/picker-interface.ts index c950764baf..8079c0279e 100644 --- a/core/src/components/picker/picker-interface.ts +++ b/core/src/components/picker/picker-interface.ts @@ -4,6 +4,7 @@ export interface PickerOptions { columns: PickerColumn[]; buttons?: PickerButton[]; cssClass?: string | string[]; + showBackdrop?: boolean; backdropDismiss?: boolean; animated?: boolean;