Enhance documentation and type definitions for location tracking and property components
This commit is contained in:
@@ -3,9 +3,11 @@ export type { MapHandle } from './MapView';
|
||||
export { Marker, Polyline, PROVIDER_GOOGLE } from 'react-native-maps';
|
||||
export { CameraPresets } from './cameraPresets';
|
||||
export { useLocationTracking } from './hooks/useLocationTracking';
|
||||
export type { TrackingOptions, GeolocationAPI } from './hooks/useLocationTracking';
|
||||
|
||||
// High-level components
|
||||
export { default as PropertyMap } from './components/PropertyMap';
|
||||
export type { PropertyMapProps } from './components/PropertyMap';
|
||||
export { default as PriceMarker } from './components/PriceMarker';
|
||||
export { formatPrice } from './components/PriceMarker';
|
||||
export type { PropertyItem } from './components/PriceMarker';
|
||||
export type { PropertyItem, PriceMarkerProps } from './components/PriceMarker';
|
||||
|
||||
Reference in New Issue
Block a user