| 20 | const SwiperSlideCSS = '__SWIPER_SLIDE_STYLES__'; |
| 21 | |
| 22 | interface SwiperSlideLoopElement extends HTMLElement { |
| 23 | swiperLoopMoveDOM?: boolean; |
| 24 | } |
| 25 | |
| 26 | declare global { |
| 27 | interface Window { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…