You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
269 B

import { StatusBarStyle } from './StatusBar.types';
/**
* Set the bar style of the status bar.
* @param style The color of the status bar text.
*/
export default function setStatusBarStyle(style: StatusBarStyle): void;
//# sourceMappingURL=setStatusBarStyle.d.ts.map