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 183 B
import { registerPlugin } from '@capacitor/core'; const StatusBar = registerPlugin('StatusBar'); export * from './definitions'; export { StatusBar }; //# sourceMappingURL=index.js.map