@nosto/preact

    Type Alias CurrencySettings

    type CurrencySettings = {
        currencyBeforeAmount: boolean;
        currencyToken?: string;
        decimalCharacter?: string;
        decimalPlaces: number;
        groupingSeparator?: string;
    }
    Index

    Properties

    currencyBeforeAmount: boolean
    currencyToken?: string
    decimalCharacter?: string
    decimalPlaces: number
    groupingSeparator?: string
    MMNEPVFCICPMFPCPTTAAATR