Files
projet_gestion_commande/frontend-admin/node_modules/expo-location/src/index.ts
T
2026-02-07 22:33:02 +01:00

20 lines
611 B
TypeScript

export {
PermissionStatus,
type PermissionHookOptions,
type PermissionExpiration,
} from 'expo-modules-core';
export { LocationEventEmitter as EventEmitter } from './LocationEventEmitter';
export { _getCurrentWatchId } from './LocationSubscribers';
export { installWebGeolocationPolyfill } from './GeolocationPolyfill';
export * from './Location';
export * from './Location.types';
export {
LocationAccuracy as Accuracy,
LocationActivityType as ActivityType,
LocationGeofencingEventType as GeofencingEventType,
LocationGeofencingRegionState as GeofencingRegionState,
} from './Location.types';