UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 221 B
export declare const formatFormData: (currentForm: HTMLFormElement, formData?: Record<string, any>) => { key: string; value: any; control: string; leadControl: string; isRequired: boolean; }[];