UNPKG

digipin-reactjs

Version:

React hooks and components for integrating DIGIPIN (Indian Postal Digital PIN) geocoding into React apps. Includes hooks, prebuilt UI, and helpers for seamless integration.

7 lines (6 loc) 404 B
export { DigiPinInput } from './components/DigiPinInput'; export { useDigiPin, type SearchResult } from './hooks/useDigiPin'; export { useLatLonToDigiPin } from './hooks/useLatLonToDigiPin'; export { useDigiPinToLatLon } from './hooks/useDigiPinToLatLon'; export { LatLonToDigiPinInput } from './components/LatLonToDigiPinInput'; export { DigiPinToLatLonInput } from './components/DigiPinToLatLonInput';