mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
refactor(loading): remove unused delay option (#11583)
This commit is contained in:

committed by
Brandy Carney

parent
55f31dd7ec
commit
a6d1e12a94
@ -5,6 +5,5 @@ export interface LoadingOptions {
|
|||||||
cssClass?: string;
|
cssClass?: string;
|
||||||
showBackdrop?: boolean;
|
showBackdrop?: boolean;
|
||||||
dismissOnPageChange?: boolean;
|
dismissOnPageChange?: boolean;
|
||||||
delay?: number;
|
|
||||||
duration?: number;
|
duration?: number;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user