first commit
This commit is contained in:
35
node_modules/vant/es/coupon/index.d.ts
generated
vendored
Normal file
35
node_modules/vant/es/coupon/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
export declare const Coupon: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
chosen: BooleanConstructor;
|
||||
coupon: {
|
||||
type: import("vue").PropType<import("./Coupon").CouponInfo>;
|
||||
required: true;
|
||||
};
|
||||
disabled: BooleanConstructor;
|
||||
currency: {
|
||||
type: import("vue").PropType<string>;
|
||||
default: string;
|
||||
};
|
||||
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
chosen: BooleanConstructor;
|
||||
coupon: {
|
||||
type: import("vue").PropType<import("./Coupon").CouponInfo>;
|
||||
required: true;
|
||||
};
|
||||
disabled: BooleanConstructor;
|
||||
currency: {
|
||||
type: import("vue").PropType<string>;
|
||||
default: string;
|
||||
};
|
||||
}>> & Readonly<{}>, {
|
||||
disabled: boolean;
|
||||
currency: string;
|
||||
chosen: boolean;
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
||||
export default Coupon;
|
||||
export type { CouponInfo } from './Coupon';
|
||||
export type { CouponThemeVars } from './types';
|
||||
declare module 'vue' {
|
||||
interface GlobalComponents {
|
||||
VanCoupon: typeof Coupon;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user