@paybyrd/card-collect
Version:
Paybyrd's tool to aid in the creation of credit card info collect forms
5 lines (4 loc) • 311 B
TypeScript
import { CardCollectProps, CardCollectResponse } from './types/types';
import './css/default.css';
declare const _default: ({ displayErrors, onFieldChange, validateOnChange, displayHelpIcons, i18nMessages, onCardCollectFrameLoaded }?: CardCollectProps) => Promise<CardCollectResponse>;
export default _default;