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.

5 lines (4 loc) 288 B
import type { SelectItem } from '../components/ui/atoms/Select/Select.types'; import type { TFunction } from '../../types'; import { roleMetadata } from './roleMetadata'; export declare const makeSelectItemForRole: (role: keyof typeof roleMetadata, t: TFunction<"common">) => SelectItem;