mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
@ -202,7 +202,7 @@ export class Slides {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Method()
|
@Method()
|
||||||
isEnd(): Promise<ConstrainBoolean> {
|
isEnd(): Promise<boolean> {
|
||||||
return Promise.resolve(this.swiper.isEnd);
|
return Promise.resolve(this.swiper.isEnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user