UNPKG

react-native-android-open-settings

Version:
23 lines (22 loc) 837 B
declare module "react-native-android-open-settings" { const generalSettings: () => void; const homeSettings: () => void; const appDetailsSettings: () => void; const wifiSettings: () => void; const locationSourceSettings: () => void; const wirelessSettings: () => void; const airplaneModeSettings: () => void; const apnSettings: () => void; const bluetoothSettings: () => void; const dateSettings: () => void; const localeSettings: () => void; const inputMethodSettings: () => void; const displaySettings: () => void; const securitySettings: () => void; const internalStorageSettings: () => void; const memoryCardSettings: () => void; const accessibilitySettings: () => void; const applicationSettings: () => void; const deviceInfoSettings: () => void; const appNotificationSettings: () => void; }