react-native-unistyles
Version:
Level up your React Native StyleSheet
10 lines • 323 B
TypeScript
import type { HybridObject } from 'react-native-nitro-modules';
export interface UnistylesStatusBar extends HybridObject<{
ios: 'c++';
android: 'c++';
}> {
readonly width: number;
readonly height: number;
setHiddenNative(isHidden: boolean): void;
}
//# sourceMappingURL=UnistylesStatusBar.nitro.d.ts.map