mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
refactor(all): allow external imports
This commit is contained in:
10
core/src/components/loading/loading-interface.ts
Normal file
10
core/src/components/loading/loading-interface.ts
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
export interface LoadingOptions {
|
||||
spinner?: string;
|
||||
content?: string;
|
||||
cssClass?: string | string[];
|
||||
showBackdrop?: boolean;
|
||||
dismissOnPageChange?: boolean;
|
||||
duration?: number;
|
||||
translucent?: boolean;
|
||||
}
|
Reference in New Issue
Block a user