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
384 B

import { StatusBarAnimation } from './StatusBar.types';
/**
* Toggle visibility of the status bar.
* @param hidden If the status bar should be hidden.
* @param animation Animation to use when toggling hidden, defaults to `'none'`.
*/
export default function setStatusBarHidden(hidden: boolean, animation: StatusBarAnimation): void;
//# sourceMappingURL=setStatusBarHidden.d.ts.map