mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(): change fabs so that state is in the container and props are passed down to button and lists.
This commit is contained in:
9
packages/core/src/components.d.ts
vendored
9
packages/core/src/components.d.ts
vendored
@ -629,7 +629,6 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
pickerCtrl?: any,
|
||||
disabled?: boolean,
|
||||
min?: string,
|
||||
max?: string,
|
||||
@ -647,8 +646,7 @@ declare global {
|
||||
dayNames?: any,
|
||||
dayShortNames?: any,
|
||||
pickerOptions?: any,
|
||||
placeholder?: string,
|
||||
value?: string
|
||||
placeholder?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -708,6 +706,7 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
activated?: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -737,8 +736,10 @@ declare global {
|
||||
mode?: string,
|
||||
color?: string,
|
||||
|
||||
close?: any,
|
||||
href?: string,
|
||||
activated?: boolean,
|
||||
toggleActive?: any,
|
||||
show?: boolean,
|
||||
disabled?: boolean
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user