UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

35 lines (34 loc) 1.31 kB
export declare const AspH5ContactCard: { raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{ tel: StringConstructor; name: StringConstructor; type: { type: import("vue").PropType<import("vant").ContactCardType>; default: import("vant").ContactCardType; }; addText: StringConstructor; editable: { type: BooleanConstructor; default: true; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ tel: StringConstructor; name: StringConstructor; type: { type: import("vue").PropType<import("vant").ContactCardType>; default: import("vant").ContactCardType; }; addText: StringConstructor; editable: { type: BooleanConstructor; default: true; }; }>> & { onClick?: ((...args: any[]) => any) | undefined; }, { type: import("vant").ContactCardType; editable: boolean; }>>; name: string; }; export default AspH5ContactCard;