UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

5 lines (4 loc) 223 B
import type { Swiper } from '../../../core/core.js'; type SlideInput = HTMLElement | string | Array<HTMLElement | string>; export default function addSlide(this: Swiper, index: number, slides: SlideInput): void; export {};