UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

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