UNPKG

aiwebfinances

Version:

Display pricing that covers country inflation

8 lines (7 loc) 201 B
import React from "react"; type InflationCalculatorProps = { value: number; countryCode: string; }; declare const Aiwebfinance: React.FC<InflationCalculatorProps>; export default Aiwebfinance;