fix(loading): add backdropDismiss to the interface (#17668)

fixes #17369
This commit is contained in:
akshit-wwstay
2019-03-04 21:22:13 +05:30
committed by Brandy Carney
parent ab57b98e07
commit 28fd75ee6b

View File

@ -8,7 +8,7 @@ export interface LoadingOptions {
duration?: number; duration?: number;
translucent?: boolean; translucent?: boolean;
animated?: boolean; animated?: boolean;
backdropDismiss?: boolean;
mode?: Mode; mode?: Mode;
keyboardClose?: boolean; keyboardClose?: boolean;
id?: string; id?: string;