UNPKG

@adyen/kyc-components

Version:

This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.

4 lines (3 loc) 280 B
import type { Currency } from '../types/datasets/currency'; export declare const formatCurrency: (amount: number, currency: Currency | undefined, locale: string) => string; export declare const formatAmountWithCurrency: (amount: number, currency: Currency) => string | undefined;