mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
8
core/src/components.d.ts
vendored
8
core/src/components.d.ts
vendored
@ -1200,10 +1200,6 @@ declare global {
|
||||
* Dismiss the loading overlay after it has been presented.
|
||||
*/
|
||||
'dismiss': (data?: any, role?: string | undefined) => Promise<void>;
|
||||
/**
|
||||
* If true, the loading indicator will dismiss when the page changes. Defaults to `false`.
|
||||
*/
|
||||
'dismissOnPageChange': boolean;
|
||||
/**
|
||||
* Number of milliseconds to wait before dismissing the loading indicator.
|
||||
*/
|
||||
@ -4734,10 +4730,6 @@ declare global {
|
||||
* Additional classes to apply for custom CSS. If multiple classes are provided they should be separated by spaces.
|
||||
*/
|
||||
'cssClass'?: string | string[];
|
||||
/**
|
||||
* If true, the loading indicator will dismiss when the page changes. Defaults to `false`.
|
||||
*/
|
||||
'dismissOnPageChange'?: boolean;
|
||||
/**
|
||||
* Number of milliseconds to wait before dismissing the loading indicator.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user