UNPKG

react-native-flip

Version:
3 lines (2 loc) 193 B
import { StatusBarStyle } from './StatusBar.types'; export default function styleToBarStyle(style: StatusBarStyle | undefined, colorScheme: 'light' | 'dark'): 'light-content' | 'dark-content';