1 | 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>>;
|
2 | export default SwipeItem;
|
3 | declare module 'vue' {
|
4 | interface GlobalComponents {
|
5 | VanSwipeItem: typeof SwipeItem;
|
6 | }
|
7 | }
|
8 |
|
\ | No newline at end of file |