mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix-next(style): rename SliderBase CSSType to Slider (#5627)
This commit is contained in:
@@ -4,7 +4,7 @@ import { View, Property, CoercibleProperty, isIOS, CSSType } from "../core/view"
|
||||
export * from "../core/view";
|
||||
|
||||
// TODO: Extract base Range class for slider and progress
|
||||
@CSSType("SliderBase")
|
||||
@CSSType("Slider")
|
||||
export class SliderBase extends View implements SliderDefinition {
|
||||
public value: number;
|
||||
public minValue: number;
|
||||
|
||||
Reference in New Issue
Block a user