UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

5 lines (4 loc) 223 B
export interface CurrencyOptions extends Intl.NumberFormatOptions { language?: string; } export declare function currency(val: number, sign: string, decimalPlaces?: number, additionalOptions?: CurrencyOptions): string;