feat: slider support set max and min scale

This commit is contained in:
pengfei.zhou
2022-07-15 18:36:48 +08:00
committed by osborn
parent fd5994e270
commit c05c169dd7
8 changed files with 37 additions and 13 deletions

View File

@@ -2727,7 +2727,7 @@ var Slider = /** @class */ (function (_super) {
], Slider.prototype, "bounces", void 0);
__decorate$9([
Property,
__metadata$9("design:type", String)
__metadata$9("design:type", Object)
], Slider.prototype, "slideStyle", void 0);
return Slider;
}(Superview));