Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
No EOL
378 B
Text
4 lines
No EOL
378 B
Text
import type { FieldRefs, InternalFieldName, Ref } from '../types';
|
|
declare const iterateFieldsByAction: (fields: FieldRefs, action: (ref: Ref, name: string) => 1 | undefined | void, fieldsNames?: Set<InternalFieldName> | InternalFieldName[] | 0, abortEarly?: boolean) => true | undefined;
|
|
export default iterateFieldsByAction;
|
|
//# sourceMappingURL=iterateFieldsByAction.d.ts.map |