UNPKG

@capacitor/status-bar

Version:

The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.

5 lines (4 loc) 149 B
import type { StatusBarPlugin } from './definitions'; declare const StatusBar: StatusBarPlugin; export * from './definitions'; export { StatusBar };