awesome-cordova-plugins/dist/plugins/statusbar.d.ts

12 lines
333 B
TypeScript
Raw Normal View History

2015-11-29 08:26:55 +08:00
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;
}