UNPKG

swiper-next

Version:
7 lines (5 loc) 239 B
import { Component, Plugin } from 'vue'; type SFCWithInstall<T> = T & Plugin; export declare const registerInstall: <T extends Component>(component: T) => SFCWithInstall<T>; export declare function withInstall(comp: any): any; export {};