mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
style(components): rename variables and methods for consistency
- updates ele to el - renames functions under prop did change - documents events and some props - adds private / protected - removes underscores from range
This commit is contained in:
10
packages/core/src/components.d.ts
vendored
10
packages/core/src/components.d.ts
vendored
@ -2205,15 +2205,15 @@ declare global {
|
||||
|
||||
ratio?: any,
|
||||
ratioUpper?: any,
|
||||
value?: any,
|
||||
debounce?: number,
|
||||
disabled?: boolean,
|
||||
min?: number,
|
||||
max?: number,
|
||||
steps?: number,
|
||||
dualKnobs?: boolean,
|
||||
max?: number,
|
||||
min?: number,
|
||||
pin?: boolean,
|
||||
snaps?: boolean,
|
||||
debounce?: number
|
||||
steps?: number,
|
||||
value?: any
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user