/** * Created by admin on 2017/4/21. */ import type { App } from "vue"; import SlideBar from "./slideBar"; type IWithInstall = T & { install(app: App): void; }; declare const _SlideBar: IWithInstall; export default _SlideBar; export type { SlideBarProps } from "./types"; //# sourceMappingURL=index.d.ts.map