@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
5 lines (4 loc) • 373 B
TypeScript
import type { LegalCompanyNameFieldProps, LegalCompanyNameFieldSchema } from './types';
import type { JSX } from 'preact';
export declare const LEGAL_COMPANY_NAME_FIELD: Array<keyof LegalCompanyNameFieldSchema>;
export declare function LegalCompanyNameField({ data, valid, errors, labels, helperText, readonly, handleChangeFor, }: LegalCompanyNameFieldProps): JSX.Element;