/** * Created by admin on 2017/5/11. */ import type { App } from "vue"; import Swipe from "./swipe"; type IWithInstall = T & { install(app: App): void; }; declare const _Swipe: IWithInstall; export default _Swipe; export type { SwipeProps } from "./types"; //# sourceMappingURL=index.d.ts.map