mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: updated docs to have consistent format
This commit is contained in:
@@ -3,6 +3,7 @@ import {Plugin, Cordova, RequiresPlugin} from './plugin';
|
||||
declare var window;
|
||||
|
||||
/**
|
||||
*
|
||||
* Manage the appearance of the native status bar.
|
||||
*
|
||||
* Requires Cordova plugin: `cordova-plugin-statusbar`. For more info, please see the [StatusBar plugin docs](https://github.com/apache/cordova-plugin-statusbar).
|
||||
@@ -10,7 +11,8 @@ declare var window;
|
||||
@Plugin({
|
||||
name: 'StatusBar',
|
||||
plugin: 'cordova-plugin-statusbar',
|
||||
pluginRef: 'StatusBar'
|
||||
pluginRef: 'StatusBar',
|
||||
repo: 'https://github.com/apache/cordova-plugin-statusbar'
|
||||
})
|
||||
export class StatusBar {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user