| 5 | |
| 6 | // oxfmt-ignore |
| 7 | interface SwiperContainerEventMap extends Omit<HTMLElementEventMap, 'click' | 'progress' | 'keypress' | 'resize' | 'touchstart' | 'touchmove' | 'touchend' | 'transitionend' | 'transitionstart'> { |
| 8 | // CORE_EVENTS |
| 9 | |
| 10 | // MODULES_EVENTS |
| 11 | } |
| 12 | |
| 13 | interface SwiperContainer extends HTMLElement {} |
| 14 | interface SwiperContainer extends SwiperOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…