UNPKG

tdesign-pro-component

Version:

ProComponents tdesign-vue-next + Vue3 + TS

6 lines (5 loc) 430 B
import { IObjectWithPossibleEmptyStrings, ProFormOption } from './types'; export declare function initFormData(options: ProFormOption[]): any; export declare function initFormValue(data: any, options: ProFormOption[]): any; export declare function filterChangedValues(obj1: any, obj2: any, result?: any): any; export declare function removeEmptyStringFields(obj: IObjectWithPossibleEmptyStrings): IObjectWithPossibleEmptyStrings;