mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(picker): get picker rendering buttons and columns properly
This commit is contained in:
5
packages/core/src/components.d.ts
vendored
5
packages/core/src/components.d.ts
vendored
@ -629,6 +629,7 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
pickerCtrl?: any,
|
||||
disabled?: boolean,
|
||||
min?: string,
|
||||
max?: string,
|
||||
@ -646,7 +647,8 @@ declare global {
|
||||
dayNames?: any,
|
||||
dayShortNames?: any,
|
||||
pickerOptions?: any,
|
||||
placeholder?: string
|
||||
placeholder?: string,
|
||||
value?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1934,6 +1936,7 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
addButton?: any,
|
||||
addColumn?: any,
|
||||
getColumn?: any,
|
||||
getColumns?: any,
|
||||
|
Reference in New Issue
Block a user