import { EmopFormItemDataType } from "./EmopFormItemDataType"; export interface EmopFormDataType extends EmopFormItemDataType { errorTips?: string; validateStatus?: string; validateFn?: { tips: string; fn: Function; }[]; alias: string; afterBtn?: { alias: string, fn: Function; }; openChange?: { fn: Function; }; }