UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

46 lines (45 loc) 2.1 kB
export declare const AspH5ContactEdit: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{ raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{ isEdit: BooleanConstructor; isSaving: BooleanConstructor; isDeleting: BooleanConstructor; showSetDefault: BooleanConstructor; setDefaultLabel: StringConstructor; contactInfo: { type: import("vue").PropType<import("vant").ContactEditInfo>; default: () => import("vant").ContactEditInfo; }; telValidator: { type: import("vue").PropType<(val: string) => boolean>; default: typeof import("vant/lib/utils").isMobile; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("save" | "delete" | "changeDefault")[], "save" | "delete" | "changeDefault", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ isEdit: BooleanConstructor; isSaving: BooleanConstructor; isDeleting: BooleanConstructor; showSetDefault: BooleanConstructor; setDefaultLabel: StringConstructor; contactInfo: { type: import("vue").PropType<import("vant").ContactEditInfo>; default: () => import("vant").ContactEditInfo; }; telValidator: { type: import("vue").PropType<(val: string) => boolean>; default: typeof import("vant/lib/utils").isMobile; }; }>> & { onSave?: ((...args: any[]) => any) | undefined; onDelete?: ((...args: any[]) => any) | undefined; onChangeDefault?: ((...args: any[]) => any) | undefined; }, { isSaving: boolean; isDeleting: boolean; showSetDefault: boolean; telValidator: (val: string) => boolean; isEdit: boolean; contactInfo: import("vant").ContactEditInfo; }>>; name: string; }> & Record<string, any>; export default AspH5ContactEdit; export * from './src';