UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

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