Skip to content

Commit 771c517

Browse files
committed
fix(slides): isEnd() returns a boolean
fixes #15376
1 parent 81fbbb8 commit 771c517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/slides/slides.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export class Slides {
202202
*
203203
*/
204204
@Method()
205-
isEnd(): Promise<ConstrainBoolean> {
205+
isEnd(): Promise<boolean> {
206206
return Promise.resolve(this.swiper.isEnd);
207207
}
208208

0 commit comments

Comments
 (0)