Type Alias: CurrencyMaskOptions
type CurrencyMaskOptions = NumericMaskOptions & {
currency: string;
type: Currency;
};
Type Declaration
| Name | Type | Description |
|---|---|---|
currency |
string |
The currency code, e.g. "USD". |
type |
Currency |
- |
type CurrencyMaskOptions = NumericMaskOptions & {
currency: string;
type: Currency;
};
| Name | Type | Description |
|---|---|---|
currency |
string |
The currency code, e.g. "USD". |
type |
Currency |
- |