UNPKG

expo-system-ui

Version:
6 lines (5 loc) 443 B
import { ExpoConfig } from 'expo/config'; import { InfoPlist, ConfigPlugin } from 'expo/config-plugins'; export declare const withIosUserInterfaceStyle: ConfigPlugin; export declare function getUserInterfaceStyle(config: Pick<ExpoConfig, 'ios' | 'userInterfaceStyle'>): string; export declare function setUserInterfaceStyle(config: Pick<ExpoConfig, 'ios' | 'userInterfaceStyle'>, { UIUserInterfaceStyle, ...infoPlist }: InfoPlist): InfoPlist;