@iamjr15/react-currency-localizer
Version:
A React hook to display prices in a user's local currency using HTTPS-compatible IP geolocation with robust validation and error handling
5 lines • 395 B
TypeScript
export { useCurrencyConverter } from './hooks/useCurrencyConverter';
export { LocalizedPrice } from './components/LocalizedPrice';
export { CurrencyConverterProvider } from './provider';
export type { UseCurrencyConverterOptions, CurrencyResult, GeolocationResponse, ExchangeRateResponse, LocalizedPriceProps, CurrencyConverterProviderProps, } from './types';
//# sourceMappingURL=index.d.ts.map