Skip to content

Commit 6bf76d5

Browse files
authored
fix(types): support boolean as a11y value (#8157)
Co-authored-by: farseekers <[email protected]>
1 parent 07738a2 commit 6bf76d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/swiper-options.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ export interface SwiperOptions {
892892
* });
893893
* ```
894894
*/
895-
a11y?: A11yOptions;
895+
a11y?: A11yOptions | boolean;
896896

897897
/**
898898
* Object with autoplay parameters or boolean `true` to enable with default settings

0 commit comments

Comments
 (0)