UNPKG

hk-core-antdv

Version:

Based on Antd Vue3 custom components

7 lines (6 loc) 211 B
/** * 对象转换为formData, 为空的值不会加入到fromData中 * @param obj 对象 * @param excludeKeys 要排除的key */ export declare const getFormData: (obj: any, excludeKeys: any) => FormData;