UNPKG

@payloadcms/plugin-form-builder

Version:

Form builder plugin for Payload CMS

5 lines 222 B
import type { FieldValues, PaymentField } from '../types.js'; export declare const getPaymentTotal: (args: { fieldValues: FieldValues; } & Partial<PaymentField>) => number; //# sourceMappingURL=getPaymentTotal.d.ts.map