mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(range): rename steps back to step, fix icon and slot name
Adds documentation for breaking changes for range.
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -2212,7 +2212,7 @@ declare global {
|
||||
min?: number,
|
||||
pin?: boolean,
|
||||
snaps?: boolean,
|
||||
steps?: number,
|
||||
step?: number,
|
||||
value?: any
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user