mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00

committed by
Brandy Carney

parent
583c43127b
commit
016fa16d44
8
core/src/components.d.ts
vendored
8
core/src/components.d.ts
vendored
@ -3332,6 +3332,10 @@ export namespace Components {
|
||||
*/
|
||||
'step': number;
|
||||
/**
|
||||
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
||||
*/
|
||||
'ticks': boolean;
|
||||
/**
|
||||
* the value of the range.
|
||||
*/
|
||||
'value': RangeValue;
|
||||
@ -3394,6 +3398,10 @@ export namespace Components {
|
||||
*/
|
||||
'step'?: number;
|
||||
/**
|
||||
* If `true`, tick marks are displayed based on the step value. Only applies when `snaps` is `true`.
|
||||
*/
|
||||
'ticks'?: boolean;
|
||||
/**
|
||||
* the value of the range.
|
||||
*/
|
||||
'value'?: RangeValue;
|
||||
|
Reference in New Issue
Block a user