formDataToObject
export declare function formDataToObject<T = any>(form: HTMLFormElement | FormData, typeMap?: Record<string, string>): Partial<T>;Last updated
Was this helpful?
export declare function formDataToObject<T = any>(form: HTMLFormElement | FormData, typeMap?: Record<string, string>): Partial<T>;Last updated
Was this helpful?
Was this helpful?