UNPKG

@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

8 lines 356 B
import { default as React } from 'react'; import { CurrencyConverterProviderProps } from './types'; /** * Provider component that sets up TanStack Query with persistent caching * for the currency conversion functionality. */ export declare const CurrencyConverterProvider: React.FC<CurrencyConverterProviderProps>; //# sourceMappingURL=provider.d.ts.map