mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #6533 from mhartington/master
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