UNPKG

@canutin/svelte-currency-input

Version:

A fully-featured currency input component for Svelte 5 that handles formatting, localization, and validation

3 lines (2 loc) 139 B
import type { IntlConfig, LocaleConfig } from '../types'; export declare const getLocaleConfig: (intlConfig?: IntlConfig) => LocaleConfig;