UNPKG

@paybyrd/card-collect

Version:

Paybyrd's tool to aid in the creation of credit card info collect forms

5 lines (4 loc) 271 B
import { CardCollectProps, CardCollectResponse } from './types/types'; import './css/default.css'; declare const _default: ({ displayErrors, onFieldChange, validateOnChange, displayHelpIcons }?: CardCollectProps) => Promise<CardCollectResponse>; export default _default;