onboardsync-react-native
Version:
Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing
10 lines • 385 B
TypeScript
export declare class StatusBarHelper {
private static originalStyle;
private static originalBackgroundColor;
private static originalTranslucent;
static saveCurrentState(): void;
static updateForColor(backgroundColor: string): void;
static updateForTheme(style: 'light' | 'dark'): void;
static restore(): void;
}
//# sourceMappingURL=statusBarHelper.d.ts.map