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.
8 lines
386 B
8 lines
386 B
/**
|
|
* Set the translucency of the status bar.
|
|
* @param translucent Whether the app can draw under the status bar. When `true`, content will be
|
|
* rendered under the status bar. This is always `true` on iOS and cannot be changed.
|
|
* @platform android
|
|
*/
|
|
export default function setStatusBarTranslucent(translucent: boolean): void;
|
|
//# sourceMappingURL=setStatusBarTranslucent.d.ts.map
|