UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

13 lines (12 loc) 432 B
/** * Formats and returns the passed items, adds flag string * @param item - prefix * @returns item with added displayable name and image */ export declare const formatPrefixName: (item: any) => any; /** Finds id in list of items, returns it on match * @param items - list of items * @param countryCode - the item to select * @returns item or false */ export declare const selectItem: (items: any, countryCode: any) => any;