UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

7 lines (6 loc) 189 B
import type { Swiper } from '../core.js'; declare function checkOverflow(this: Swiper): void; declare const _default: { checkOverflow: typeof checkOverflow; }; export default _default;