mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
make ionicLoading options optional
This commit is contained in:
Vendored
+1
-1
@@ -56,7 +56,7 @@ declare module ionic {
|
||||
}
|
||||
module loading {
|
||||
interface IonicLoadingService {
|
||||
show(opts: IonicLoadingOptions): void;
|
||||
show(opts?: IonicLoadingOptions): void;
|
||||
hide(): void;
|
||||
}
|
||||
interface IonicLoadingOptions {
|
||||
|
||||
Reference in New Issue
Block a user