first commit
This commit is contained in:
60
node_modules/vant/lib/coupon-cell/index.d.ts
generated
vendored
Normal file
60
node_modules/vant/lib/coupon-cell/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
export declare const CouponCell: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
title: StringConstructor;
|
||||
border: {
|
||||
type: BooleanConstructor;
|
||||
default: true;
|
||||
};
|
||||
editable: {
|
||||
type: BooleanConstructor;
|
||||
default: true;
|
||||
};
|
||||
coupons: {
|
||||
type: import("vue").PropType<import("..").CouponInfo[]>;
|
||||
default: () => never[];
|
||||
};
|
||||
currency: {
|
||||
type: import("vue").PropType<string>;
|
||||
default: string;
|
||||
};
|
||||
chosenCoupon: {
|
||||
type: import("vue").PropType<number | number[]>;
|
||||
default: number;
|
||||
};
|
||||
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
title: StringConstructor;
|
||||
border: {
|
||||
type: BooleanConstructor;
|
||||
default: true;
|
||||
};
|
||||
editable: {
|
||||
type: BooleanConstructor;
|
||||
default: true;
|
||||
};
|
||||
coupons: {
|
||||
type: import("vue").PropType<import("..").CouponInfo[]>;
|
||||
default: () => never[];
|
||||
};
|
||||
currency: {
|
||||
type: import("vue").PropType<string>;
|
||||
default: string;
|
||||
};
|
||||
chosenCoupon: {
|
||||
type: import("vue").PropType<number | number[]>;
|
||||
default: number;
|
||||
};
|
||||
}>> & Readonly<{}>, {
|
||||
border: boolean;
|
||||
currency: string;
|
||||
editable: boolean;
|
||||
coupons: import("..").CouponInfo[];
|
||||
chosenCoupon: number | number[];
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
||||
export default CouponCell;
|
||||
export { couponCellProps } from './CouponCell';
|
||||
export type { CouponCellProps } from './CouponCell';
|
||||
export type { CouponCellThemeVars } from './types';
|
||||
declare module 'vue' {
|
||||
interface GlobalComponents {
|
||||
VanCouponCell: typeof CouponCell;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user