UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

9 lines (8 loc) 276 B
import type { Swiper } from '../core.js'; declare function attachEvents(this: Swiper): void; declare function detachEvents(this: Swiper): void; declare const _default: { attachEvents: typeof attachEvents; detachEvents: typeof detachEvents; }; export default _default;