first commit
This commit is contained in:
7
node_modules/vant/es/swipe-item/index.d.ts
generated
vendored
Normal file
7
node_modules/vant/es/swipe-item/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare const SwipeItem: import("../utils").WithInstall<import("vue").DefineComponent<{}, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
||||
export default SwipeItem;
|
||||
declare module 'vue' {
|
||||
interface GlobalComponents {
|
||||
VanSwipeItem: typeof SwipeItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user