UNPKG

react-native-ble-plx

Version:
11 lines 449 B
import { type ConfigPlugin } from '@expo/config-plugins'; import { BackgroundMode } from './withBLEBackgroundModes'; export { BackgroundMode }; declare const _default: ConfigPlugin<void | { isBackgroundEnabled?: boolean | undefined; neverForLocation?: boolean | undefined; modes?: BackgroundMode[] | undefined; bluetoothAlwaysPermission?: string | false | undefined; }>; export default _default; //# sourceMappingURL=withBLE.d.ts.map