Skip to content

Commit

Permalink
fix(types): bullets type should be Dom7Array (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky authored Jan 27, 2022
1 parent ae77d46 commit d248a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/modules/pagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface PaginationMethods {
* HTML elements. To get specific slide HTMLElement
* use `swiper.pagination.bullets[1]`.
*/
bullets: Dom7Array[];
bullets: Dom7Array;

/**
* Render pagination layout
Expand Down

0 comments on commit d248a14

Please sign in to comment.