@react-native-ohos/react-native-bars
Version:
Components to control your app status and navigation bars.
17 lines • 703 B
TypeScript
import * as React from "react";
import { StatusBarProps } from "react-native-bars/src/types";
export declare class StatusBar extends React.Component<StatusBarProps> {
private static propsStack;
private static immediate;
private static mergedProps;
static pushStackEntry(props: StatusBarProps): StatusBarProps;
static popStackEntry(entry: StatusBarProps): void;
static replaceStackEntry(entry: StatusBarProps, props: StatusBarProps): StatusBarProps;
private static updatePropsStack;
private stackEntry;
componentDidMount(): void;
componentDidUpdate(): void;
componentWillUnmount(): void;
render(): React.ReactNode;
}
//# sourceMappingURL=StatusBar.d.ts.map