UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

7 lines (6 loc) 400 B
import type { FormatPartItem, PartFormatter, NumberFormatCurrencyPosition } from './types'; /** * Changes the currency sign position. * For Norway, the position defaults to "after". */ export declare const currencyPositionFormatter: (existingFormatter: PartFormatter | null | undefined, callback: (item: FormatPartItem) => string, position?: NumberFormatCurrencyPosition | null) => PartFormatter;