mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(): update docs
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { Cordova, Plugin } from './plugin';
|
||||
|
||||
export interface SpinnerDialogIOSOptions {
|
||||
overlayOpacity?: number;
|
||||
textColorRed?: number;
|
||||
textColorGreen?: number;
|
||||
textColorBlue?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* @name Spinner Dialog
|
||||
@@ -13,6 +19,8 @@ import { Cordova, Plugin } from './plugin';
|
||||
*
|
||||
* SpinnerDialog.hide();
|
||||
* ```
|
||||
* @interfaces
|
||||
* SpinnerDialogIOSOptions
|
||||
*/
|
||||
@Plugin({
|
||||
pluginName: 'SpinnerDialog',
|
||||
@@ -44,10 +52,3 @@ export class SpinnerDialog {
|
||||
static hide(): void {}
|
||||
|
||||
}
|
||||
|
||||
export interface SpinnerDialogIOSOptions {
|
||||
overlayOpacity?: number;
|
||||
textColorRed?: number;
|
||||
textColorGreen?: number;
|
||||
textColorBlue?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user