first commit
This commit is contained in:
39
node_modules/vant/es/contact-card/index.d.ts
generated
vendored
Normal file
39
node_modules/vant/es/contact-card/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
export declare const ContactCard: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
tel: StringConstructor;
|
||||
name: StringConstructor;
|
||||
type: {
|
||||
type: import("vue").PropType<import("./ContactCard").ContactCardType>;
|
||||
default: import("./ContactCard").ContactCardType;
|
||||
};
|
||||
addText: StringConstructor;
|
||||
editable: {
|
||||
type: BooleanConstructor;
|
||||
default: true;
|
||||
};
|
||||
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
tel: StringConstructor;
|
||||
name: StringConstructor;
|
||||
type: {
|
||||
type: import("vue").PropType<import("./ContactCard").ContactCardType>;
|
||||
default: import("./ContactCard").ContactCardType;
|
||||
};
|
||||
addText: StringConstructor;
|
||||
editable: {
|
||||
type: BooleanConstructor;
|
||||
default: true;
|
||||
};
|
||||
}>> & Readonly<{
|
||||
onClick?: ((...args: any[]) => any) | undefined;
|
||||
}>, {
|
||||
type: import("./ContactCard").ContactCardType;
|
||||
editable: boolean;
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
||||
export default ContactCard;
|
||||
export { contactCardProps } from './ContactCard';
|
||||
export type { ContactCardType, ContactCardProps } from './ContactCard';
|
||||
export type { ContactCardThemeVars } from './types';
|
||||
declare module 'vue' {
|
||||
interface GlobalComponents {
|
||||
VanContactCard: typeof ContactCard;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user