mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-10 12:10:18 +00:00
Fix typo for Swiper#clickedIndex (#39241)
This commit is contained in:
committed by
Andrew Branch
parent
820bd4d5e9
commit
2413e7242f
2
types/swiper/index.d.ts
vendored
2
types/swiper/index.d.ts
vendored
@@ -1242,7 +1242,7 @@ export default class Swiper {
|
||||
/**
|
||||
* Index number of last clicked slide
|
||||
*/
|
||||
clickedIdex: number;
|
||||
clickedIndex: number;
|
||||
|
||||
/**
|
||||
* Link to last clicked slide (HTMLElement)
|
||||
|
||||
Reference in New Issue
Block a user