mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-13 03:09:53 +08:00
12 lines
333 B
TypeScript
12 lines
333 B
TypeScript
export declare class StatusBar {
|
|
static overlaysWebView: any;
|
|
static styleDefault: any;
|
|
static styleLightContent: any;
|
|
static styleBlackTranslucent: any;
|
|
static styleBlackOpaque: any;
|
|
static backgroundColorByName: any;
|
|
static backgroundColorByHexString: any;
|
|
static hide: any;
|
|
static show: any;
|
|
}
|